Home
last modified time | relevance | path

Searched defs:bias_buf (Results 1 – 5 of 5) sorted by relevance

/external/ruy/ruy/
Dperchannel_buffers_reallocation_test.cc21 static const AccumScalar bias_buf[kBufferSize] = {0}; in Run() local
33 static const AccumScalar bias_buf[kBufferSize] = {0}; in Run() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_qmatmul_op.cc424 const float* bias_buf = static_cast<float*>( in GetBiasHandle() local
476 void* bias_buf = static_cast<void*>( in GetBiasHandle() local
Dmkl_conv_ops.cc1552 void* bias_buf = static_cast<void*>( in GetBiasHandle() local
/external/libaom/libaom/test/
Dav1_nn_predict_test.cc71 float *weights_buf = nullptr, *bias_buf = nullptr; member in __anonf412f50d0111::NnPredictTest
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_runner.h85 se::DeviceMemoryBase bias_buf; member