Searched defs:sparse_features (Results 1 – 11 of 11) sorted by relevance
/external/libtextclassifier/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/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 | 1037 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/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 | 827 std::vector<int> sparse_features; in AppendTokenFeaturesWithCache() local
|
/external/tensorflow/tensorflow/contrib/tensor_forest/python/ |
D | tensor_forest.py | 587 sparse_features=None, argument 661 def inference_graph(self, input_data, data_spec, sparse_features=None): argument
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_embedding.py | 649 def _generate_enqueue_op(self, sparse_features, device_ordinal): argument 661 def _format_for_tpu_embedding_sparse_tensor_batch(self, sparse_features): argument
|