Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.h396 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/
Drocm_dnn.h387 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/
Ddnn.h1508 virtual bool DoMatMulQuantized(Stream* stream,
1520 virtual bool DoMatMulQuantized(Stream* stream,
Dstream.cc1170 CheckError(dnn->DoMatMulQuantized(this, input_data, weights, in ThenMatMulQuantized()
1192 CheckError(dnn->DoMatMulQuantized(this, input_data, weights, in ThenMatMulQuantized()