Home
last modified time | relevance | path

Searched refs:mutable_slice_limits (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1908 std::vector<int64_t>* mutable_slice_limits();
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
4519 return Cast<HloSliceInstruction>(this)->mutable_slice_limits(); in mutable_slice_limits()