Home
last modified time | relevance | path

Searched defs:sparse_weights (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dembedding_ops.py686 sparse_weights=None, argument
788 sparse_weights=None, argument
1000 def _prune_invalid_ids(sparse_ids, sparse_weights): argument
1013 def _prune_invalid_weights(sparse_ids, sparse_weights): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsdca_internal.h298 const std::vector<FeatureWeightsSparseStorage>& sparse_weights() const { in sparse_weights() function
H A Dsdca_ops_test.cc162 std::vector<NodeBuilder::NodeOut> sparse_weights; in GetGraphs() local
H A Dsdca_internal.cc180 const FeatureWeightsSparseStorage& sparse_weights = in ComputeWxAndWeightedExampleNorm() local
/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column_v2.py4148 def _prune_invalid_ids(sparse_ids, sparse_weights): argument
4161 def _prune_invalid_weights(sparse_ids, sparse_weights): argument