Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py1192 indices_and_equations = _get_opt_einsum_contract_path(
1203 def _get_opt_einsum_contract_path(equation, shaped_inputs_tuple, optimize): function
1222 _get_opt_einsum_contract_path = functools.lru_cache(maxsize=128)( variable
1223 _get_opt_einsum_contract_path)
Dspecial_math_ops_test.py862 special_math_ops._get_opt_einsum_contract_path.cache_clear()