Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dsparse_to_dense.cc92 std::vector<std::vector<T>>* indices_vector) { in GetIndicesVector() argument
100 indices_vector->push_back(index); in GetIndicesVector()
119 indices_vector->push_back(index); in GetIndicesVector()
207 std::vector<std::vector<TI>> indices_vector; in SparseToDenseImpl() local
208 indices_vector.reserve(num_indices); in SparseToDenseImpl()
210 &indices_vector)); in SparseToDenseImpl()
211 reference_ops::SparseToDense(indices_vector, GetTensorData<T>(values), in SparseToDenseImpl()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
Dbatch_features_testutil.cc57 std::vector<int64> indices_vector; in RandomlyInitializeBatchFeatures() local
59 indices_vector.push_back(idx); in RandomlyInitializeBatchFeatures()
60 indices_vector.push_back(0); in RandomlyInitializeBatchFeatures()
63 tensorflow::test::FillValues<int64>(&indices_tensor, indices_vector); in RandomlyInitializeBatchFeatures()