Searched refs:indices_vector (Results 1 – 2 of 2) sorted by relevance
92 std::vector<std::vector<T>>* indices_vector) { in GetIndicesVector() argument100 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() local208 indices_vector.reserve(num_indices); in SparseToDenseImpl()210 &indices_vector)); in SparseToDenseImpl()211 reference_ops::SparseToDense(indices_vector, GetTensorData<T>(values), in SparseToDenseImpl()
57 std::vector<int64> indices_vector; in RandomlyInitializeBatchFeatures() local59 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()