Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops.py991 _tensor_conversion_func_cache = {} variable
1153 conversion_func_list = _tensor_conversion_func_cache.get(unwrapped_type, None)
1162 _tensor_conversion_func_cache[unwrapped_type] = conversion_func_list
1590 global _tensor_conversion_func_cache
1621 _tensor_conversion_func_cache = {}