Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamic_ops_test.cc118 const std::vector<IndexT> slice_starts, in RunR1()
149 const std::vector<IndexT> slice_starts, in RunR2()
184 const std::vector<IndexT> slice_starts, in RunR3()
377 const std::vector<IndexT> slice_starts, int expected_value_int) { in RunR0()
403 const std::vector<IndexT> slice_starts, in RunR1()
434 const std::vector<IndexT> slice_starts, in RunR2()
473 const std::vector<IndexT> slice_starts, in RunR3()
Dslice_test.cc379 std::array<int64, 2> slice_starts; member
464 std::array<int64, 4> slice_starts; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h618 int64 slice_starts(int64 dimension) const { return slice_starts_[dimension]; } in slice_starts() function
619 const std::vector<int64>& slice_starts() const { return slice_starts_; } in slice_starts() function
Dhlo_instruction.cc289 std::vector<int64> slice_starts, slice_limits, slice_strides; in CreateFromProto() local
3247 int64 HloInstruction::slice_starts(int64 dimension) const { in slice_starts() function in xla::HloInstruction
3251 const std::vector<int64>& HloInstruction::slice_starts() const { in slice_starts() function in xla::HloInstruction