/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_simplifier.cc | 45 if (instruction->opcode() == HloOpcode::kTuple || in Run() 65 if (instruction->opcode() == HloOpcode::kTuple) { in Run() 116 if (instruction->operand(0)->opcode() == HloOpcode::kTuple) { in Run() 123 if (user->opcode() == HloOpcode::kTuple || in Run()
|
D | bfloat16_support.cc | 31 case HloOpcode::kTuple: in SupportsBF16Operand() 50 case HloOpcode::kTuple: in SupportsBF16Output() 68 case HloOpcode::kTuple: in SupportsMixedPrecisions() 99 case HloOpcode::kTuple: in EffectiveOperandPrecisionIsOutputPrecision()
|
D | while_loop_simplifier.cc | 66 if (while_body_root->opcode() != HloOpcode::kTuple) { in TryRemoveDeadWhileParams() 317 if (while_init->opcode() != HloOpcode::kTuple || in TryRemoveConstantParams() 318 while_body_root->opcode() != HloOpcode::kTuple) { in TryRemoveConstantParams() 508 if (while_init->opcode() != HloOpcode::kTuple) { in TryPropagateConstant() 514 if (while_body_root->opcode() != HloOpcode::kTuple) { in TryPropagateConstant() 649 if (while_init->opcode() != HloOpcode::kTuple || in TryFlattenNestedTuples() 650 while_body_root->opcode() != HloOpcode::kTuple) { in TryFlattenNestedTuples() 776 if (while_init->opcode() != HloOpcode::kTuple || in TryMergeInductionVariables() 777 while_body_root->opcode() != HloOpcode::kTuple) { in TryMergeInductionVariables()
|
D | while_loop_constant_sinking.cc | 31 CHECK_EQ(while_body_root->opcode(), HloOpcode::kTuple); in ReplaceUsesWhileKeepingLoopInvariance() 55 if (init_value.opcode() != HloOpcode::kTuple) { in TrySinkingConstantsIntoWhileLoop()
|
D | batchnorm_expander_test.cc | 87 EXPECT_EQ(root->opcode(), HloOpcode::kTuple); in TEST_F() 130 EXPECT_EQ(root->opcode(), HloOpcode::kTuple); in TEST_F()
|
D | bfloat16_normalization_test.cc | 42 hlo.opcode() == HloOpcode::kTuple || in SupportsBF16Operand() 56 hlo.opcode() == HloOpcode::kDot || hlo.opcode() == HloOpcode::kTuple || in SupportsBF16Output() 64 if (hlo.opcode() == HloOpcode::kAdd || hlo.opcode() == HloOpcode::kTuple || in SupportsMixedPrecisions() 328 EXPECT_EQ(computation->root_instruction()->opcode(), HloOpcode::kTuple); in TEST_F()
|
D | bfloat16_conversion_folding_test.cc | 39 hlo.opcode() == HloOpcode::kTuple || in SupportsBF16Operand() 50 hlo.opcode() == HloOpcode::kTuple || in SupportsBF16Output() 59 if (hlo.opcode() == HloOpcode::kAdd || hlo.opcode() == HloOpcode::kTuple || in SupportsMixedPrecisions()
|
D | while_loop_analysis.cc | 130 if (while_body_root->opcode() != HloOpcode::kTuple) { in GetLoopInductionVarTupleIdx() 157 if (while_init->opcode() != HloOpcode::kTuple) { in GetLoopInductionVarTupleIdx() 450 if (while_body_root->opcode() != HloOpcode::kTuple) { in ComputeWhileLoopTripCountUpperBound()
|
D | hlo_opcode_test.cc | 66 case HloOpcode::kTuple: in TEST()
|
D | hlo_module_dce.cc | 53 while_body_root->opcode() != HloOpcode::kTuple) { in RunWhileDCE()
|
D | hlo_liveness_analysis.cc | 122 CHECK_EQ(instruction->opcode(), HloOpcode::kTuple); in PropagateLivenessThroughTuple() 282 if (instruction->opcode() == HloOpcode::kTuple) { in RunAnalysis()
|
D | hlo_constant_folding.cc | 97 instruction->opcode() == HloOpcode::kTuple) { in Run()
|
D | ar_crs_combiner.cc | 111 if (instruction->opcode() == HloOpcode::kTuple) { in GetAllTuples() 157 CHECK_EQ(tuple->opcode(), HloOpcode::kTuple); in TupleElementsComputeSameValue()
|
D | hlo_dataflow_analysis.cc | 66 user->opcode() != HloOpcode::kTuple) { in AreTransitiveUsesElementwiseOrTuple() 562 CHECK_EQ(tuple->opcode(), HloOpcode::kTuple); in UpdateTupleValueSet() 614 case HloOpcode::kTuple: in UpdateInstructionValueSet() 807 case HloOpcode::kTuple: in InitializeInstructionValueSets()
|
D | dynamic_padder.cc | 77 case HloOpcode::kTuple: in ChooseIdentityValue()
|
D | hlo_opcode.h | 143 V(kTuple, "tuple", kHloOpcodeIsVariadic) \
|
D | hlo_module_dce_test.cc | 56 if (while_body_root->opcode() != HloOpcode::kTuple) { in WhileBodyHasPassThroughTupleElement()
|
D | bfloat16_conversion_folding.cc | 156 if (hlo->opcode() == HloOpcode::kTuple || // in DefaultAction()
|
D | while_loop_invariant_code_motion.cc | 120 case HloOpcode::kTuple: in NotWorthHoistingIndividually()
|
D | hlo_element_type_converter.cc | 129 opcode == HloOpcode::kTuple || opcode == HloOpcode::kConvert || in Run()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | thunk.cc | 57 case Thunk::kTuple: in ThunkKindToString()
|
D | tuple_thunk.h | 40 : Thunk(Kind::kTuple, hlo_instruction), in TupleThunk()
|
D | thunk.h | 62 kTuple, enumerator
|
D | fusion_merger_test.cc | 87 EXPECT_EQ(HloOpcode::kTuple, root->opcode()); in TEST_F()
|
/external/v8/src/compiler/ |
D | types.h | 284 enum Kind { kHeapConstant, kOtherNumberConstant, kTuple, kUnion, kRange }; enumerator 402 bool IsTuple() const { return IsKind(TypeBase::kTuple); } in IsTuple() 610 TupleType(int length, Zone* zone) : StructuralType(kTuple, length, zone) {} in TupleType()
|