Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc1114 bool allow_tensor_ops = data_type == CUDNN_DATA_HALF; in Create() local
1116 allow_tensor_ops = tensorflow::tensor_float_32_execution_enabled(); in Create()
1120 : allow_tensor_ops; in Create()
1121 if (use_tensor_ops && !allow_tensor_ops) { in Create()