/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | conditional_thunk.cc | 34 config.branch_count = instr->branch_count(); in GetConditionalThunkConfig() 96 if (branch_index < 0 || branch_index >= config_.branch_count) { in ExecuteOnStream() 97 branch_index = config_.branch_count - 1; in ExecuteOnStream()
|
D | conditional_thunk.h | 35 int64 branch_count; member
|
D | ir_emitter_unnested.cc | 3819 for (int j = 0; j < conditional->branch_count(); ++j) { in CheckConditionalBuffersShareAllocation() 3904 int branch_count = hlo->branch_count(); in BuildConditionalThunk() local 3905 branch_thunks.reserve(branch_count); in BuildConditionalThunk() 3906 branch_profile_indices.reserve(branch_count); in BuildConditionalThunk() 3910 for (int j = 0; j < branch_count; ++j) { in BuildConditionalThunk()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | conditional_code_motion.cc | 309 int branch_count, in FindSpecialConverts() argument 322 for (int others = 1; others < branch_count; ++others) { in FindSpecialConverts() 392 int branch_count = conditional->branch_count(); in ConvertSpecialMove() local 393 if (branch_count <= 0) { in ConvertSpecialMove() 398 for (int branch_num = 0; branch_num < branch_count; ++branch_num) { in ConvertSpecialMove() 425 old_root, branch_count, conditional, is_layout_sensitive); in ConvertSpecialMove() 435 for (int branch = 0; branch < branch_count; branch++) { in ConvertSpecialMove() 593 int64 branch_count = conditional->branch_count(); in MoveInstructionOut() local 594 for (int i = 0; i < branch_count; i++) { in MoveInstructionOut() 646 int64 branch_count = conditional->branch_count(); in MoveInstructionIn() local [all …]
|
D | conditional_simplifier.cc | 92 if (conditional->branch_count() == 1) { in TryRemoveConditional() 105 if (branch_index < 0 || branch_index >= conditional->branch_count()) { in TryRemoveConditional() 106 branch_index = conditional->branch_count() - 1; in TryRemoveConditional() 135 if (conditional->branch_count() != 2 || in TryRemoveConditional() 258 for (int64 branch = 0; branch < conditional->branch_count(); ++branch) { in TryRemoveUnusedConditionalOperands() 299 for (int64 branch_id = 0; branch_id < conditional_op->branch_count(); in ReplaceRootWithEmptyTupleIfNoUsers() 413 for (int branch_id = 0; branch_id < conditional_op->branch_count(); in RemoveUnusedTupleElements() 616 for (int64 branch = 0; branch < conditional->branch_count(); ++branch) { in Run()
|
D | flatten_call_graph.cc | 52 for (int b = 0; b < instruction->branch_count(); ++b) { in ReplaceCalledComputation() 53 if (b == instruction->branch_count() - 1) { in ReplaceCalledComputation()
|
D | hlo_ordering.cc | 97 for (int j = 0; j < a_ancestor->branch_count(); ++j) { in GetExecutionConstraint() 200 for (int j = 0; j < b.defining_instruction()->branch_count(); ++j) { in IsDefinedBefore() 332 for (int j = 0; j < conditional->branch_count(); ++j) { in UsesBeforeValueDefinition()
|
D | hlo_dataflow_analysis.cc | 516 std::vector<const InstructionValueSet*> inputs(conditional->branch_count()); in UpdateConditionalValueSet() 517 for (int j = 0; j < conditional->branch_count(); ++j) { in UpdateConditionalValueSet() 656 for (int j = 0; j < conditional->branch_count(); ++j) { in UpdateParameterValueSet() 881 for (int j = 0; j < user->branch_count(); ++j) { in Propagate()
|
D | layout_assignment.cc | 614 for (int j = 1; j < instruction->branch_count(); ++j) { in AddMandatoryConstraints() 625 for (int k = 0; k < instruction->branch_count(); ++k) { in AddMandatoryConstraints() 627 int j = (k + largest_branch) % instruction->branch_count(); in AddMandatoryConstraints() 726 for (int j = 0; j < instruction->branch_count(); ++j) { in CheckConditionalLayout() 2131 for (int64 k = 0; k < caller->branch_count(); ++k) { in Run()
|
D | bfloat16_propagation.cc | 211 for (int64 i = 0; i < cond->branch_count(); ++i) { in DetermineConditionalComputationsPrecision() 510 for (int64 i = 0; i < hlo->branch_count(); ++i) { in AdjustCalledComputationParameters()
|
D | hlo_module_group_metadata.cc | 324 for (int b = 0; b < hlo->branch_count(); ++b) { in RecordInstructions()
|
D | hlo_module.cc | 196 for (int b = 0; b < instruction->branch_count(); ++b) { in ReplaceComputations()
|
D | hlo_verifier.cc | 950 const int num_branches = conditional->branch_count(); in HandleConditional() 1837 for (int b = 0; b < conditional->branch_count(); ++b) { in HandleConditional()
|
D | hlo_cost_analysis.cc | 989 for (int j = 1; j < conditional->branch_count(); ++j) { in HandleConditional()
|
D | hlo_evaluator.cc | 1981 if (branch_index < 0 || branch_index >= conditional->branch_count()) { in HandleConditional() 1982 branch_index = conditional->branch_count() - 1; in HandleConditional()
|
D | hlo_instruction.h | 1308 int branch_count() const;
|
D | hlo_instruction.cc | 1798 CHECK_EQ(new_operands.size(), branch_count() + 1); in CloneWithNewOperands() 2186 for (int j = 0; j < branch_count(); ++j) { in IdenticalSlowPath() 2517 int HloInstruction::branch_count() const { in branch_count() function in xla::HloInstruction
|
D | dynamic_dimension_inference.cc | 1266 for (int64 branch_index = 0; branch_index < hlo->branch_count(); in HandleConditional()
|
/external/python/jinja/src/jinja2/ |
D | idtracking.py | 116 for name, branch_count in stores.items(): 117 if branch_count == len(branch_symbols):
|
/external/libchrome/third_party/jinja2/ |
D | idtracking.py | 117 for name, branch_count in iteritems(stores): 118 if branch_count == len(branch_symbols):
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 4522 for (int branch_count = 1; branch_count < kMaxBranchCount; branch_count++) { in TEST_T32() local 4523 Label* targets = new Label[branch_count]; in TEST_T32() 4525 for (int i = 0; i < branch_count; i++) { in TEST_T32() 4529 for (int i = 0; i < branch_count; i++) { in TEST_T32() 4530 __ Bind(&targets[branch_count - i - 1]); in TEST_T32()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 534 int num_branches = instruction->branch_count(); in ImportInstructionImpl()
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner.cc | 2865 for (int64 i = 0; i < hlo->branch_count(); ++i) { in HandleConditional() 2877 for (int64 i = 0; i < hlo->branch_count(); ++i) { in HandleConditional()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 2635 int num_branches = conditional->branch_count(); in HandleConditional()
|