Searched refs:starts_ (Results 1 – 2 of 2) sorted by relevance
29 starts_.reserve(proto.extent_size()); in TensorSlice()32 starts_.push_back(e.start()); in TensorSlice()39 starts_.reserve(extents.size()); in TensorSlice()42 starts_.push_back(e.first); in TensorSlice()49 slice->starts_.reserve(items.size()); in Parse()73 slice->starts_.push_back(s); in Parse()81 starts_.clear(); in Clear()94 starts_.reserve(dim); in SetFullSlice()97 starts_.push_back(0); in SetFullSlice()105 starts_.resize(dim); in Extend()[all …]
63 int dims() const { return starts_.size(); } in dims()68 return starts_[d]; in start()87 starts_[d] = x; in set_start()98 return lengths_[d] == kFullExtent && starts_[d] == 0; in IsFullAt()194 gtl::InlinedVector<int64, 4> starts_; variable212 (*indices)[d] = starts_[d]; in FillIndicesAndSizes()