Searched refs:vals_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/util/sparse/ |
D | sparse_tensor.h | 117 vals_(vals), in SparseTensor() 132 : SparseTensor(other.ix_, other.vals_, other.shape_, other.order_) {} in SparseTensor() 135 : SparseTensor(std::move(other.ix_), std::move(other.vals_), in SparseTensor() 140 vals_ = other.vals_; 149 vals_ = std::move(other.vals_); 162 const Tensor& values() const { return vals_; } in values() 164 DataType dtype() const { return vals_.dtype(); } in dtype() 205 return GroupIterable(ix_, vals_, dims_, group_ix); in group() 370 Tensor vals_; variable 385 auto vals_t = vals_.vec<T>(); in Reorder() [all …]
|
D | group_iterator.h | 83 vals_(vals), in GroupIterable() 133 Tensor vals_; variable 141 return typename TTypes<T>::UnalignedVec(&(iter_->vals_.vec<T>()(loc_)), in values()
|