Searched refs:DoMatMulQuantized (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.h | 396 bool DoMatMulQuantized(Stream* stream, const DeviceMemory<float>& input_data, in DoMatMulQuantized() function 406 bool DoMatMulQuantized(Stream* stream, const DeviceMemory<float>& input_data, in DoMatMulQuantized() function
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.h | 387 bool DoMatMulQuantized(Stream* stream, const DeviceMemory<float>& input_data, in DoMatMulQuantized() function 397 bool DoMatMulQuantized(Stream* stream, const DeviceMemory<float>& input_data, in DoMatMulQuantized() function
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.h | 1508 virtual bool DoMatMulQuantized(Stream* stream, 1520 virtual bool DoMatMulQuantized(Stream* stream,
|
D | stream.cc | 1170 CheckError(dnn->DoMatMulQuantized(this, input_data, weights, in ThenMatMulQuantized() 1192 CheckError(dnn->DoMatMulQuantized(this, input_data, weights, in ThenMatMulQuantized()
|