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.proto193 repeated int64 gather_slice_sizes = 34; field
Dhlo_instructions.h1764 absl::Span<const int64> gather_slice_sizes() const { in gather_slice_sizes() function
Ddynamic_padder.cc683 std::vector<int64> gather_slice_sizes(output_shape.dimensions().begin(), in RewriteDynamicReshapeCombineInput() local
Dhlo_instruction.cc785 std::vector<int64> gather_slice_sizes; in CreateFromProto() local
4544 absl::Span<const int64> HloInstruction::gather_slice_sizes() const { in gather_slice_sizes() function in xla::HloInstruction