Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto158 repeated int64 gather_slice_sizes = 34; field
Dhlo_instructions.h1663 absl::Span<const int64> gather_slice_sizes() const { in gather_slice_sizes() function
Ddynamic_padder.cc673 std::vector<int64> gather_slice_sizes(output_shape.dimensions().begin(), in RewriteDynamicReshapeCombineInput() local
Dhlo_instruction.cc670 std::vector<int64> gather_slice_sizes; in CreateFromProto() local
4240 absl::Span<const int64> HloInstruction::gather_slice_sizes() const { in gather_slice_sizes() function in xla::HloInstruction