Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dutil.cc125 enum MklStatus { MKL_DEFAULT = 0, MKL_ON = 1, MKL_OFF = 2 }; in DisableMKL() enumerator
131 status = MKL_OFF; in DisableMKL()
136 return status == MKL_OFF ? true : false; in DisableMKL()