Home
last modified time | relevance | path

Searched refs:_replace_sparse_with_values (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py2918 inner_args = _replace_sparse_with_values(args, sparse_list)
2919 inner_kwargs = _replace_sparse_with_values(kwargs, sparse_list)
2953 def _replace_sparse_with_values(value, sparse_list): function