Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h185 GpuFuncCachePreference cache_config);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc389 hipFuncCache_t cache_config) { in FuncSetCacheConfig() argument
391 tensorflow::wrap::hipFuncSetCacheConfig(function, cache_config); in FuncSetCacheConfig()
394 << ", config: " << cache_config << ", result: " << ToString(res); in FuncSetCacheConfig()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc502 CUfunc_cache cache_config) { in FuncSetCacheConfig() argument
503 CUresult res = cuFuncSetCacheConfig(function, cache_config); in FuncSetCacheConfig()
506 << ", config: " << cache_config << ", result: " << ToString(res); in FuncSetCacheConfig()