/external/tensorflow/tensorflow/python/ops/ |
D | sparse_grad.py | 172 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/ |
D | hlo_ops.cc | 1166 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/ |
D | validate_function.cpp | 44 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()
|
D | validate_extensions.cpp | 1618 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/ |
D | validate_function.cpp | 44 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()
|
D | validate_extensions.cpp | 1480 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/ |
D | validate_function.cpp | 44 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()
|
D | validate_extensions.cpp | 1618 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1627 if (result_type != b_type) { in ValidateExtInst()
|
/external/python/cpython2/Include/ |
D | frameobject.h | 11 int b_type; /* what kind of block this is */ member
|
/external/python/cpython3/Include/ |
D | frameobject.h | 11 int b_type; /* what kind of block this is */ member
|
/external/python/cpython2/Modules/ |
D | cgen.py | 253 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/ |
D | filecmp.py | 161 b_type = stat.S_IFMT(b_stat.st_mode) 162 if a_type != b_type:
|
/external/python/cpython3/Lib/ |
D | filecmp.py | 170 b_type = stat.S_IFMT(b_stat.st_mode) 171 if a_type != b_type:
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl14.c | 74 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/ |
D | example_parsing_ops_test.cc | 145 template <typename S, BenchmarkType b_type> 147 int benchmark_type = b_type;
|
/external/python/cpython2/Objects/ |
D | genobject.c | 411 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
|
D | frameobject.c | 374 if (b->b_type == SETUP_WITH) { in frame_setlineno() 791 b->b_type = type; in PyFrame_BlockSetup()
|
/external/python/cpython3/Objects/ |
D | frameobject.c | 315 if (b->b_type == SETUP_FINALLY && in frame_setlineno() 757 b->b_type = type; in PyFrame_BlockSetup()
|
/external/python/cpython2/Python/ |
D | ceval.c | 3234 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/ |
D | ceval.c | 2103 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/ |
D | shader_validation.cpp | 364 …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/ |
D | macro-assembler-arm64.cc | 858 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()
|