MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / gather_slice_sizes

Method gather_slice_sizes

tensorflow/compiler/xla/service/hlo_instruction.cc:3992–3994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3990}
3991
3992absl::Span<const int64> HloInstruction::gather_slice_sizes() const {
3993 return Cast<HloGatherInstruction>(this)->gather_slice_sizes();
3994}
3995
3996const ScatterDimensionNumbers& HloInstruction::scatter_dimension_numbers()
3997 const {

Callers 9

ImportInstructionMethod · 0.45
HandleGatherMethod · 0.45
CreateFromProtoMethod · 0.45
ComputeArrayForMethod · 0.45
HandleGatherMethod · 0.45
IdenticalSlowPathMethod · 0.45
GatherLoopBodyFunction · 0.45
ExpandInstructionMethod · 0.45
HandleGatherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected