Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1913 std::vector<int64_t>* mutable_slice_strides();
Dhlo_instructions.h1074 std::vector<int64_t>* mutable_slice_strides() { return &slice_strides_; } in mutable_slice_strides() function
Dhlo_instruction.cc4530 std::vector<int64_t>* HloInstruction::mutable_slice_strides() { in mutable_slice_strides() function in xla::HloInstruction
4531 return Cast<HloSliceInstruction>(this)->mutable_slice_strides(); in mutable_slice_strides()