Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeserialize_sparse_variant_op.cc174 const Tensor* element_values; in Compute() local
178 &element_indices, &element_values)); in Compute()
180 const size_t num_index_rows = element_values->NumElements(); in Compute()
260 element_values->vec<T>(); \ in Compute()