Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.h1067 std::vector<int64_t>* mutable_slice_limits() { return &slice_limits_; } in mutable_slice_limits() function
H A Dhlo_instruction.cc4518 std::vector<int64_t>* HloInstruction::mutable_slice_limits() { in mutable_slice_limits() function in xla::HloInstruction