Searched refs:gather_window_bounds (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto135 repeated int64 gather_window_bounds = 34;
H A Dhlo_instruction.cc1783 gather_window_bounds() == other.gather_window_bounds();
2219 StrCat("window_bounds={", Join(gather_window_bounds(), ","), "}"));
2356 for (int64 bound : gather_window_bounds()) {
H A Dhlo_instruction.h1119 tensorflow::gtl::ArraySlice<int64> gather_window_bounds() const { function in class:xla::HloInstruction
H A Dhlo_verifier.cc432 gather->gather_dimension_numbers(), gather->gather_window_bounds()));

Completed in 115 milliseconds