Searched defs:bias_buf (Results 1 – 5 of 5) sorted by relevance
21 static const AccumScalar bias_buf[kBufferSize] = {0}; in Run() local33 static const AccumScalar bias_buf[kBufferSize] = {0}; in Run() local
424 const float* bias_buf = static_cast<float*>( in GetBiasHandle() local476 void* bias_buf = static_cast<void*>( in GetBiasHandle() local
1552 void* bias_buf = static_cast<void*>( in GetBiasHandle() local
71 float *weights_buf = nullptr, *bias_buf = nullptr; member in __anonf412f50d0111::NnPredictTest
85 se::DeviceMemoryBase bias_buf; member