Home
last modified time | relevance | path

Searched refs:starts_ (Results 1 – 4 of 4) 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/perfetto/src/trace_processor/
Dtrace_storage.h671 starts_.emplace_back(row.start); in Insert()
680 const std::deque<int64_t>& starts() const { return starts_; } in starts()
688 std::deque<int64_t> starts_; variable
/external/v8/src/heap/
Dspaces.h1192 starts_[idx] = static_cast<Address>(-1); in Clear()
1196 Address StartFor(Address addr) { return starts_[RegionNumber(addr)]; } in StartFor()
1202 if (starts_[idx] > addr) { in AddObject()
1203 starts_[idx] = addr; in AddObject()
1235 Address starts_[kSize]; variable