Home
last modified time | relevance | path

Searched defs:sparse_features (Results 1 – 11 of 11) sorted by relevance

/external/libtextclassifier/utils/
Dtoken-feature-extractor_test.cc46 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 …]
Dtoken-feature-extractor.cc83 std::vector<int>* sparse_features, in Extract()
/external/libtextclassifier/actions/
Dfeature-processor.cc81 const std::vector<int>& sparse_features, in AppendFeatures()
109 std::vector<int> sparse_features; in AppendTokenFeatures() local
Dfeature-processor_test.cc35 bool AddEmbedding(const TensorView<int>& sparse_features, float* dest, in AddEmbedding()
Dactions-suggestions_test.cc1037 bool AddEmbedding(const TensorView<int>& sparse_features, float* dest, in AddEmbedding()
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc66 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/annotator/
Dmodel-executor.cc153 const TensorView<int>& sparse_features, float* dest, int dest_size) const { in AddEmbedding() argument
Dfeature-processor_test.cc65 bool AddEmbedding(const TensorView<int>& sparse_features, float* dest, in AddEmbedding()
Dfeature-processor.cc827 std::vector<int> sparse_features; in AppendTokenFeaturesWithCache() local
/external/tensorflow/tensorflow/contrib/tensor_forest/python/
Dtensor_forest.py587 sparse_features=None, argument
661 def inference_graph(self, input_data, data_spec, sparse_features=None): argument
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding.py649 def _generate_enqueue_op(self, sparse_features, device_ordinal): argument
661 def _format_for_tpu_embedding_sparse_tensor_batch(self, sparse_features): argument