Searched refs:slice_starts_ (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h989 return slice_starts_[dimension];
991 const std::vector<int64>& slice_starts() const { return slice_starts_; }
1401 std::vector<int64> slice_starts_; member in class:xla::HloInstruction
H A Dhlo_instruction.cc127 instruction->slice_starts_.push_back(slice_dimensions.start());
506 instruction->slice_starts_.assign(start_indices.begin(), start_indices.end());
1348 clone = CreateSlice(shape, new_operands[0], slice_starts_, slice_limits_,
1828 return slice_starts_ == other.slice_starts_ &&
2188 bounds.reserve(slice_starts_.size());
2192 for (int i = 0; i < slice_starts_.size(); ++i) {
2194 bounds.push_back(StrCat("[", slice_starts_[i], ":", slice_limits_[i],
2360 for (int i = 0; i < slice_starts_.size(); ++i) {
2362 slice_dimension->set_start(slice_starts_[
[all...]

Completed in 310 milliseconds