Searched defs:sparse_features (Results 1 – 9 of 9) sorted by relevance
/external/libtextclassifier/native/utils/ |
D | token-feature-extractor_test.cc | 46 std::vector<int> sparse_features; in TEST_F() local 116 std::vector<int> sparse_features; in TEST_F() local 145 std::vector<int> sparse_features; in TEST_F() local 215 std::vector<int> sparse_features; in TEST_F() local 246 std::vector<int> sparse_features; in TEST_F() local 280 std::vector<int> sparse_features; in TEST_F() local 304 std::vector<int> sparse_features; in TEST_F() local 328 std::vector<int> sparse_features; in TEST_F() local 352 std::vector<int> sparse_features; in TEST_F() local 374 std::vector<int> sparse_features; in TEST_F() local [all …]
|
D | token-feature-extractor.cc | 83 std::vector<int>* sparse_features, in Extract()
|
/external/libtextclassifier/native/actions/ |
D | feature-processor.cc | 81 const std::vector<int>& sparse_features, in AppendFeatures() 109 std::vector<int> sparse_features; in AppendTokenFeatures() local
|
D | feature-processor_test.cc | 35 bool AddEmbedding(const TensorView<int>& sparse_features, float* dest, in AddEmbedding()
|
D | actions-suggestions_test.cc | 1386 bool AddEmbedding(const TensorView<int>& sparse_features, float* dest, in AddEmbedding()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_internal.cc | 66 const Example::SparseFeatures& sparse_features, in UpdateSparseDeltaWeights() 165 const Example::SparseFeatures& sparse_features = sparse_features_[j]; in ComputeWxAndWeightedExampleNorm() local 414 Example::SparseFeatures* const sparse_features = in CreateSparseFeatureRepresentation() local 514 const Example::SparseFeatures& sparse_features = in ComputeSquaredNormPerExample() local
|
/external/libtextclassifier/native/annotator/ |
D | model-executor.cc | 153 const TensorView<int>& sparse_features, float* dest, int dest_size) const { in AddEmbedding() argument
|
D | feature-processor_test.cc | 65 bool AddEmbedding(const TensorView<int>& sparse_features, float* dest, in AddEmbedding()
|
D | feature-processor.cc | 857 std::vector<int> sparse_features; in AppendTokenFeaturesWithCache() local
|