Home
last modified time | relevance | path

Searched refs:kTuple (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_simplifier.cc45 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()
Dbfloat16_support.cc31 case HloOpcode::kTuple: in SupportsBF16Operand()
50 case HloOpcode::kTuple: in SupportsBF16Output()
68 case HloOpcode::kTuple: in SupportsMixedPrecisions()
99 case HloOpcode::kTuple: in EffectiveOperandPrecisionIsOutputPrecision()
Dwhile_loop_simplifier.cc66 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()
Dwhile_loop_constant_sinking.cc31 CHECK_EQ(while_body_root->opcode(), HloOpcode::kTuple); in ReplaceUsesWhileKeepingLoopInvariance()
55 if (init_value.opcode() != HloOpcode::kTuple) { in TrySinkingConstantsIntoWhileLoop()
Dbatchnorm_expander_test.cc87 EXPECT_EQ(root->opcode(), HloOpcode::kTuple); in TEST_F()
130 EXPECT_EQ(root->opcode(), HloOpcode::kTuple); in TEST_F()
Dbfloat16_normalization_test.cc42 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()
Dbfloat16_conversion_folding_test.cc39 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()
Dwhile_loop_analysis.cc130 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()
Dhlo_opcode_test.cc66 case HloOpcode::kTuple: in TEST()
Dhlo_module_dce.cc53 while_body_root->opcode() != HloOpcode::kTuple) { in RunWhileDCE()
Dhlo_liveness_analysis.cc122 CHECK_EQ(instruction->opcode(), HloOpcode::kTuple); in PropagateLivenessThroughTuple()
282 if (instruction->opcode() == HloOpcode::kTuple) { in RunAnalysis()
Dhlo_constant_folding.cc97 instruction->opcode() == HloOpcode::kTuple) { in Run()
Dar_crs_combiner.cc111 if (instruction->opcode() == HloOpcode::kTuple) { in GetAllTuples()
157 CHECK_EQ(tuple->opcode(), HloOpcode::kTuple); in TupleElementsComputeSameValue()
Dhlo_dataflow_analysis.cc66 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()
Ddynamic_padder.cc77 case HloOpcode::kTuple: in ChooseIdentityValue()
Dhlo_opcode.h143 V(kTuple, "tuple", kHloOpcodeIsVariadic) \
Dhlo_module_dce_test.cc56 if (while_body_root->opcode() != HloOpcode::kTuple) { in WhileBodyHasPassThroughTupleElement()
Dbfloat16_conversion_folding.cc156 if (hlo->opcode() == HloOpcode::kTuple || // in DefaultAction()
Dwhile_loop_invariant_code_motion.cc120 case HloOpcode::kTuple: in NotWorthHoistingIndividually()
Dhlo_element_type_converter.cc129 opcode == HloOpcode::kTuple || opcode == HloOpcode::kConvert || in Run()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.cc57 case Thunk::kTuple: in ThunkKindToString()
Dtuple_thunk.h40 : Thunk(Kind::kTuple, hlo_instruction), in TupleThunk()
Dthunk.h62 kTuple, enumerator
Dfusion_merger_test.cc87 EXPECT_EQ(HloOpcode::kTuple, root->opcode()); in TEST_F()
/external/v8/src/compiler/
Dtypes.h284 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()

12