Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto154 repeated int64 gather_slice_sizes = 34; field
Dhlo_instructions.h1370 absl::Span<const int64> gather_slice_sizes() const { in gather_slice_sizes() function
Dhlo_instruction.cc528 std::vector<int64> gather_slice_sizes; in CreateFromProto() local
3520 absl::Span<const int64> HloInstruction::gather_slice_sizes() const { in gather_slice_sizes() function in xla::HloInstruction