Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsparse_ops.py2914 inner_args = _replace_sparse_with_values(args, sparse_list)
2915 inner_kwargs = _replace_sparse_with_values(kwargs, sparse_list)
2949 def _replace_sparse_with_values(value, sparse_list): function