Home
last modified time | relevance | path

Searched defs:mutable_slice_starts (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h798 std::vector<int64>* mutable_slice_starts() { return &slice_starts_; } in mutable_slice_starts() function
Dhlo_instruction.cc3938 std::vector<int64>* HloInstruction::mutable_slice_starts() { in mutable_slice_starts() function in xla::HloInstruction