Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.cc63 case Thunk::kInfeed: in ThunkKindToString()
Dinfeed_thunk.cc31 : Thunk(Kind::kInfeed, thunk_info), dest_slices_(std::move(dest_slices)) {} in InfeedThunk()
Dthunk.h58 kInfeed, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h96 V(kInfeed, "infeed", 1) \
Dhlo_element_type_converter.cc132 opcode == HloOpcode::kInfeed || opcode == HloOpcode::kOutfeed) { in Run()
Dhlo_replication_analysis.cc297 } else if (inst->opcode() == HloOpcode::kInfeed && cross_partition_spmd_) { in ComputeHloReplicationOnComputation()
Dlayout_assignment.cc459 if (instruction->opcode() == HloOpcode::kInfeed) { in AddMandatoryConstraints()
1710 } else if (fused_instruction->opcode() == HloOpcode::kInfeed) { in SetFusionLayouts()
1832 if (instruction->opcode() != HloOpcode::kInfeed && in ClearComputationLayouts()
2297 case HloOpcode::kInfeed: in InstructionCanChangeLayout()
Dinstruction_fusion.cc88 case HloOpcode::kInfeed: in IsExpensive()
Dhlo_memory_scheduler.cc223 if (opcode == HloOpcode::kInfeed && !instruction->infeed_config().empty()) { in BytesFreedIfScheduled()
Dhlo_instruction.cc395 case HloOpcode::kInfeed: { in CreateFromProto()
1530 case HloOpcode::kInfeed: in HasSideEffectNoRecurse()
1693 case HloOpcode::kInfeed: in CloneWithNewOperands()
2226 case HloOpcode::kInfeed: in IdenticalSlowPath()
3220 case HloOpcode::kInfeed: in Visit()
Dsharding_propagation.cc256 case HloOpcode::kInfeed: in PickRepresentativeOperand()
309 case HloOpcode::kInfeed: in SupportSpatialPartitioning()
Dhlo_verifier.cc1090 case HloOpcode::kInfeed: in CheckMixedPrecisionOperands()
1203 case HloOpcode::kInfeed: in CheckShape()
Dhlo_graph_dumper.cc1070 case HloOpcode::kInfeed: in GetInstructionColor()
Dhlo_parser.cc186 case HloOpcode::kInfeed: in CanInferShape()
2084 case HloOpcode::kInfeed: { in ParseInstructionRhs()
Dhlo_instructions.cc2050 : HloInstruction(HloOpcode::kInfeed, in HloInfeedInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h574 kInfeed, enumerator
Dir_emitter.cc433 XfeedKind::kInfeed, tuple_element_shape, tuple_element_address)); in HandleInfeed()
442 EmitXfeedTransfer(XfeedKind::kInfeed, data_shape, data_address)); in HandleInfeed()
467 kind == XfeedKind::kInfeed in EmitXfeedTransfer()
480 if (kind == XfeedKind::kInfeed) { in EmitXfeedTransfer()
504 kind == XfeedKind::kInfeed in EmitXfeedTransfer()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc142 ? HloOpcode::kInfeed in GetXfeedShape()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc322 return xla::HloOpcode::kInfeed; in MhloToHloOpcode()
Dhlo_function_importer.cc381 case HloOpcode::kInfeed: { in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc345 case HloOpcode::kInfeed: in IsConstantVisitor()
1718 HloOpcode::kInfeed, {token})); in Infeed()
1721 HloOpcode::kInfeed, {token})); in Infeed()
1765 return AddInstruction(std::move(instr), HloOpcode::kInfeed, {token}); in InfeedWithTokenInternal()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc310 case HloOpcode::kInfeed: in EmitOp()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc179 if (hlo->opcode() == HloOpcode::kInfeed) { in ClearShardingAttributes()
3740 hlo->opcode() == HloOpcode::kInfeed || in PreprocessSharding()