Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dutil.cc128 char* tf_disable_mkl = getenv("TF_DISABLE_MKL"); in DisableMKL() local
129 if ((tf_disable_mkl != NULL) && (std::stoi(tf_disable_mkl) == 1)) { in DisableMKL()