Home
last modified time | relevance | path

Searched refs:MKL_ON (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
133 status = MKL_ON; in DisableMKL()