Home
last modified time | relevance | path

Searched refs:output_mean_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Dmoving_moments_unittest.cc33 float output_mean_[kMaxOutputLength]; member in webrtc::MovingMomentsTest
51 output_mean_, in CalculateMomentsAndVerify()
55 EXPECT_NEAR(expected_mean[i], output_mean_[i], kTolerance); in CalculateMomentsAndVerify()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc150 output_mean_(output_mean), in CudnnBatchNormForwardTrainingThunk()
177 buffer_allocations.GetDeviceAddress(output_mean_)); in ExecuteOnStream()
Dcudnn_batchnorm_thunk.h105 BufferAllocation::Slice output_mean_; variable