Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dexecutor_cache.h50 void DestroyAllExecutors();
Dexecutor_cache.cc99 void ExecutorCache::DestroyAllExecutors() { in DestroyAllExecutors() function in stream_executor::ExecutorCache
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h79 void DestroyAllExecutors() { executor_cache_.DestroyAllExecutors(); } in DestroyAllExecutors() function
Dstream_executor.cc689 executor_cache_.DestroyAllExecutors(); in ~CPlatform()