Searched refs:allow_tensor_ops (Results 1 – 1 of 1) sorted by relevance
1114 bool allow_tensor_ops = data_type == CUDNN_DATA_HALF; in Create() local1116 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()