Home
last modified time | relevance | path

Searched defs:slice_limits (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dslice_test.cc380 std::array<int64, 2> slice_limits; member
465 std::array<int64, 4> slice_limits; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h623 int64 slice_limits(int64 dimension) const { return slice_limits_[dimension]; } in slice_limits() function
624 const std::vector<int64>& slice_limits() const { return slice_limits_; } in slice_limits() function
Dhlo_constant_folding_test.cc154 const int64 slice_limits[] = {10, 8, 6, 5, 9}; in TEST_F() local
Dhlo_instruction.cc289 std::vector<int64> slice_starts, slice_limits, slice_strides; in CreateFromProto() local
3255 int64 HloInstruction::slice_limits(int64 dimension) const { in slice_limits() function in xla::HloInstruction
3259 const std::vector<int64>& HloInstruction::slice_limits() const { in slice_limits() function in xla::HloInstruction