Home
last modified time | relevance | path

Searched refs:b_type (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dsparse_grad.py172 b_type = b.dtype.base_dtype
173 if a_type != b_type:
175 "different types: ", a_type, " and ", b_type)
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dhlo_ops.cc1166 auto b_type = op.b().getType().dyn_cast<RankedTensorType>(); in Verify() local
1168 if (!b_type) return success(); in Verify()
1171 auto b_rank = b_type.getRank(); in Verify()
1174 << a_type << " and " << b_type; in Verify()
1178 b_type.getDimSize(b_rank - (op.left_side() ? 2 : 1))) in Verify()
1181 << a_type << " and " << b_type; in Verify()
1185 auto b_batch_dims = b_type.getShape().drop_back(2); in Verify()
1189 << a_type << " and " << b_type; in Verify()
1194 if (result_type != b_type) in Verify()
1197 << result_type << " and " << b_type; in Verify()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
Dvalidate_extensions.cpp1618 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1627 if (result_type != b_type) { in ValidateExtInst()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
Dvalidate_extensions.cpp1480 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1489 if (result_type != b_type) { in ValidateExtInst()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
Dvalidate_extensions.cpp1618 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1627 if (result_type != b_type) { in ValidateExtInst()
/external/python/cpython2/Include/
Dframeobject.h11 int b_type; /* what kind of block this is */ member
/external/python/cpython3/Include/
Dframeobject.h11 int b_type; /* what kind of block this is */ member
/external/python/cpython2/Modules/
Dcgen.py253 b_type, b_mode, b_factor, b_sub = database[n-1]
255 database[n-1] = b_type, 'i', a_factor, repr(i)
/external/python/cpython2/Lib/
Dfilecmp.py161 b_type = stat.S_IFMT(b_stat.st_mode)
162 if a_type != b_type:
/external/python/cpython3/Lib/
Dfilecmp.py170 b_type = stat.S_IFMT(b_stat.st_mode)
171 if a_type != b_type:
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c74 short b_type; /* SKIP means suppress fcntl call */ member
805 if ((thiscase->b_type) != SKIP) { in run_test()
806 flock.l_type = thiscase->b_type; in run_test()
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc145 template <typename S, BenchmarkType b_type>
147 int benchmark_type = b_type;
/external/python/cpython2/Objects/
Dgenobject.c411 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
Dframeobject.c374 if (b->b_type == SETUP_WITH) { in frame_setlineno()
791 b->b_type = type; in PyFrame_BlockSetup()
/external/python/cpython3/Objects/
Dframeobject.c315 if (b->b_type == SETUP_FINALLY && in frame_setlineno()
757 b->b_type = type; in PyFrame_BlockSetup()
/external/python/cpython2/Python/
Dceval.c3234 if (b->b_type == SETUP_LOOP && why == WHY_CONTINUE) { in PyEval_EvalFrameEx()
3248 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx()
3253 if (b->b_type == SETUP_FINALLY || in PyEval_EvalFrameEx()
3254 (b->b_type == SETUP_EXCEPT && in PyEval_EvalFrameEx()
3256 b->b_type == SETUP_WITH) { in PyEval_EvalFrameEx()
3269 if (b->b_type == SETUP_EXCEPT || in PyEval_EvalFrameEx()
3270 b->b_type == SETUP_WITH) { in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dceval.c2103 if (b->b_type != EXCEPT_HANDLER) { in _PyEval_EvalFrameDefault()
2156 if (b->b_type != EXCEPT_HANDLER) { in _PyEval_EvalFrameDefault()
2234 assert(b->b_type == EXCEPT_HANDLER); in _PyEval_EvalFrameDefault()
3353 assert(block->b_type == EXCEPT_HANDLER); in _PyEval_EvalFrameDefault()
3402 assert(b->b_type == EXCEPT_HANDLER); in _PyEval_EvalFrameDefault()
3731 if (b->b_type == EXCEPT_HANDLER) { in _PyEval_EvalFrameDefault()
3736 if (b->b_type == SETUP_FINALLY) { in _PyEval_EvalFrameDefault()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp364 …ULE_STATE const *a, SHADER_MODULE_STATE const *b, unsigned a_type, unsigned b_type, bool a_arrayed, in TypesMatch() argument
368 auto b_insn = b->get_def(b_type); in TypesMatch()
375 return TypesMatch(a, b, a_insn.word(2), b_type, false, b_arrayed, relaxed); in TypesMatch()
384 return TypesMatch(a, b, a_insn.word(2), b_type, a_arrayed, b_arrayed, false); in TypesMatch()
/external/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc858 Label* label, ImmBranchType b_type) { in NeedExtraInstructionsOrRegisterBranch() argument
867 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset()); in NeedExtraInstructionsOrRegisterBranch()
870 int max_reachable_pc = pc_offset() + Instruction::ImmBranchRange(b_type); in NeedExtraInstructionsOrRegisterBranch()