Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.cc29 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 …]
Dtensor_slice.h63 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_; variable
212 (*indices)[d] = starts_[d]; in FillIndicesAndSizes()
/external/v8/src/heap/
Dspaces.h1049 starts_[idx] = reinterpret_cast<Address>(-1); in Clear()
1053 Address StartFor(Address addr) { return starts_[RegionNumber(addr)]; } in StartFor()
1059 if (starts_[idx] > addr) { in AddObject()
1060 starts_[idx] = addr; in AddObject()
1092 Address starts_[kSize]; variable