Searched refs:tf_disable_mkl (Results 1 – 1 of 1) sorted by relevance
128 char* tf_disable_mkl = getenv("TF_DISABLE_MKL"); in DisableMKL() local129 if ((tf_disable_mkl != NULL) && (std::stoi(tf_disable_mkl) == 1)) { in DisableMKL()