Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py1785 _channel_flatten_input_cache = {} variable
1855 if cache_key not in _channel_flatten_input_cache:
1871 _channel_flatten_input_cache[cache_key] = outputs
1873 outputs = _channel_flatten_input_cache[cache_key]