Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py1203 def _get_opt_einsum_contract_path(equation, shaped_inputs_tuple, optimize): function
1222 _get_opt_einsum_contract_path = functools.lru_cache(maxsize=128)( variable