Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py2677 _stack_cache = {} variable
2708 stacked = _stack_cache.get(stack_cache_key, None)
2711 _stack_cache[stack_cache_key] = stacked
2731 stacked = _stack_cache.get(stack_cache_key, None)
2737 _stack_cache[stack_cache_key] = False