Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_dnn.cc916 static bool IsTensorMathEnabled(Stream* stream, dnn::DataType input_type) { in IsTensorMathEnabled() function
3039 if (use_tensor_ops && !IsTensorMathEnabled(stream, type)) { in UseTensorOps()
3044 use_tensor_ops = IsTensorMathEnabled(stream, type); in UseTensorOps()
4603 /*disable_tensor_core*/ !IsTensorMathEnabled(stream, input_type)); in CreateOpRunners()