Home
last modified time | relevance | path

Searched refs:MKL_DEFAULT (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
126 static MklStatus status = MKL_DEFAULT; in DisableMKL()
127 if (status == MKL_DEFAULT) { in DisableMKL()