Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Duse_cudnn.h27 bool CudnnUseRuntimeFusion();
Duse_cudnn.cc61 bool CudnnUseRuntimeFusion() { in CudnnUseRuntimeFusion() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc431 bool runtime_fusion_enabled = CudnnUseRuntimeFusion() && in RuntimeFusionEnabled()
435 if (CudnnUseRuntimeFusion() && !runtime_fusion_enabled) { in RuntimeFusionEnabled()