Searched refs:types_match (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dexample_parsing_ops.cc468 bool types_match; variable
469 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match));
471 ctx, types_match,
497 bool types_match; variable
498 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match));
500 ctx, types_match,
578 bool types_match; variable
579 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match));
580 OP_REQUIRES(ctx, types_match,
607 bool types_match; variable
[all...]
/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_helper.cc247 bool types_match; local
248 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match));
249 if (!types_match) {
279 bool types_match; local
280 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match));
281 if (!types_match) {
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp262 static bool types_match(shader_module const *a, shader_module const *b, unsigned a_type, unsigned b_type, bool a_arrayed, function
271 return types_match(a, b, a_insn.word(2), b_type, false, b_arrayed, relaxed);
276 return types_match(a, b, a_type, b_insn.word(2), a_arrayed, false, relaxed);
280 return types_match(a, b, a_insn.word(2), b_type, a_arrayed, b_arrayed, false);
289 return types_match(a, b, a_insn.word(3), b_insn.word(3), a_arrayed, b_arrayed, relaxed);
308 if (!types_match(a, b, a_insn.word(2), b_insn.word(2), a_arrayed, b_arrayed, false)) return false;
316 return types_match(a, b, a_insn.word(2), b_insn.word(2), a_arrayed, b_arrayed, false) &&
321 return types_match(a, b, a_insn.word(2), b_insn.word(2), a_arrayed, b_arrayed, false) &&
331 if (!types_match(a, b, a_insn.word(i), b_insn.word(i), a_arrayed, b_arrayed, false)) {
1438 if (!types_match(produce
[all...]

Completed in 1460 milliseconds