Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dembedding_ops.py629 sparse_weights=None, argument
692 sparse_weights=None, argument
827 def _prune_invalid_ids(sparse_ids, sparse_weights): argument
840 def _prune_invalid_weights(sparse_ids, sparse_weights): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dembedding_ops.py50 sparse_weights=None, argument
190 def _prune_invalid_ids(sparse_ids, sparse_weights): argument
203 def _prune_invalid_weights(sparse_ids, sparse_weights): argument
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h298 const std::vector<FeatureWeightsSparseStorage>& sparse_weights() const { in sparse_weights() function
Dsdca_ops_test.cc161 std::vector<NodeBuilder::NodeOut> sparse_weights; in GetGraphs() local
Dsdca_internal.cc166 const FeatureWeightsSparseStorage& sparse_weights = in ComputeWxAndWeightedExampleNorm() local
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py4137 def _prune_invalid_ids(sparse_ids, sparse_weights): argument
4150 def _prune_invalid_weights(sparse_ids, sparse_weights): argument