HomeSort by relevance Sort by last modified time
    Searched refs:vals_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/util/sparse/
group_iterator.h 81 : ix_(ix), vals_(vals), dims_(dims), group_dims_(group_dims) {}
128 Tensor vals_; member in class:tensorflow::sparse::GroupIterable
136 return typename TTypes<T>::UnalignedVec(&(iter_->vals_.vec<T>()(loc_)),
sparse_tensor.h 58 vals_(vals),
73 : SparseTensor(other.ix_, other.vals_, other.shape_, other.order_) {}
76 : SparseTensor(std::move(other.ix_), std::move(other.vals_),
81 vals_ = other.vals_;
93 const Tensor& values() const { return vals_; }
95 DataType dtype() const { return vals_.dtype(); }
136 return GroupIterable(ix_, vals_, dims_, group_ix);
293 Tensor vals_; member in class:tensorflow::sparse::SparseTensor
308 auto vals_t = vals_.vec<T>()
    [all...]
  /build/kati/
expr.cc 74 for (Value* v : vals_) {
80 void AddValue(Value* v) { vals_.push_back(v); }
84 for (Value* v : vals_) {
91 for (Value* v : vals_) {
105 if (vals_.size() != 1) {
108 Value* r = vals_[0];
109 vals_.clear();
115 vector<Value*> vals_; member in class:Expr
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 118 : vals_{qp->presentID, qp->desiredPresentTime, 0, 0, 0},
140 vals_.actualPresentTime = 0;
141 vals_.earliestPresentTime = 0;
142 vals_.presentMargin = 0;
146 vals_.actualPresentTime =
150 // Calculate vals_.earliestPresentTime, and potentially adjust
151 // vals_.presentMargin. The initial value of vals_.earliestPresentTime
152 // is vals_.actualPresentTime. If we can subtract rdur (the duration
153 // of a refresh cycle) from vals_.earliestPresentTime (and also fro
    [all...]

Completed in 99 milliseconds