Simplify some cuda_dnn logic:
* De-duplicate the accumulator type logic. Currently we have two ways to specify them, "AccumulatorType" as template argument, or GetConvComputeType. Removed GetConvComputeType. * Simplified GetCudnnDataType. PiperOrigin-RevId: 222144108
Loading
Please sign in to comment