Home
last modified time | relevance | path

Searched defs:gather_slice_sizes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto213 repeated int64 gather_slice_sizes = 34; field
H A Dhlo_instructions.h2110 absl::Span<const int64_t> gather_slice_sizes() const { in gather_slice_sizes() function
H A Dhlo_instruction.cc843 std::vector<int64_t> gather_slice_sizes; in CreateFromProto() local
4822 absl::Span<const int64_t> HloInstruction::gather_slice_sizes() const { in gather_slice_sizes() function in xla::HloInstruction
H A Ddynamic_padder.cc738 std::vector<int64_t> gather_slice_sizes(output_shape.dimensions().begin(), in RewriteDynamicReshapeCombineInput() local