Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.h1059 std::vector<int64_t>* mutable_slice_starts() { return &slice_starts_; } in mutable_slice_starts() function
H A Dhlo_instruction.cc4506 std::vector<int64_t>* HloInstruction::mutable_slice_starts() { in mutable_slice_starts() function in xla::HloInstruction