Home
last modified time | relevance | path

Searched refs:kInfeed (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.cc43 case Thunk::kInfeed: in ThunkKindToString()
Dthunk.h55 kInfeed, enumerator
Dinfeed_thunk.cc28 : Thunk(Kind::kInfeed, hlo_instruction), infeed_slices_(infeed_slices) {} in InfeedThunk()
Dir_emitter_unnested.cc1730 CHECK_EQ(HloOpcode::kInfeed, inst->opcode()); in BuildInfeedThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h94 V(kInfeed, "infeed", 1) \
Dhlo_element_type_converter.cc132 opcode == HloOpcode::kInfeed || opcode == HloOpcode::kOutfeed) { in Run()
Dlayout_assignment.cc443 if (instruction->opcode() == HloOpcode::kInfeed) { in AddMandatoryConstraints()
1569 } else if (fused_instruction->opcode() == HloOpcode::kInfeed) { in SetFusionLayouts()
1691 if (instruction->opcode() != HloOpcode::kInfeed && in ClearComputationLayouts()
2060 case HloOpcode::kInfeed: in InstructionCanChangeLayout()
Dinstruction_fusion.cc79 case HloOpcode::kInfeed: in IsExpensive()
Dhlo_instruction.cc358 case HloOpcode::kInfeed: { in CreateFromProto()
1244 case HloOpcode::kInfeed: in HasSideEffectNoRecurse()
1375 case HloOpcode::kInfeed: in CloneWithNewOperands()
1824 case HloOpcode::kInfeed: in IdenticalSlowPath()
2625 case HloOpcode::kInfeed: in Visit()
Dhlo_verifier.cc770 case HloOpcode::kInfeed: in CheckMixedPrecisionOperands()
871 case HloOpcode::kInfeed: in CheckShape()
Dhlo_graph_dumper.cc1043 case HloOpcode::kInfeed: in GetInstructionColor()
Dhlo_instructions.cc1775 : HloInstruction(HloOpcode::kInfeed, in HloInfeedInstruction()
Dhlo_parser.cc1387 case HloOpcode::kInfeed: { in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc143 opcode == HloOpcode::kFft || opcode == HloOpcode::kInfeed || in GetTargetParallelTaskCount()
Dir_emitter.h548 kInfeed, enumerator
Dir_emitter.cc369 XfeedKind::kInfeed, tuple_element_shape, tuple_element_address)); in HandleInfeed()
378 EmitXfeedTransfer(XfeedKind::kInfeed, data_shape, data_address)); in HandleInfeed()
409 if (kind == XfeedKind::kInfeed) { in EmitXfeedTransfer()
433 if (kind == XfeedKind::kInfeed) { in EmitXfeedTransfer()
458 if (kind == XfeedKind::kInfeed) { in EmitXfeedTransfer()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc117 ? HloOpcode::kInfeed in GetXfeedShape()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc229 case HloOpcode::kInfeed: in IsConstantVisitor()
1338 HloOpcode::kInfeed, {token})); in Infeed()
1341 HloOpcode::kInfeed, {token})); in Infeed()
1381 return AddInstruction(std::move(instr), HloOpcode::kInfeed, {token}); in InfeedWithToken()