Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/transient/
Dmoving_moments_unittest.cc35 float output_mean_[kMaxOutputLength]; member in webrtc::MovingMomentsTest
52 moving_moments_->CalculateMoments(input, input_length, output_mean_, in CalculateMomentsAndVerify()
56 EXPECT_NEAR(expected_mean[i], output_mean_[i], kTolerance); in CalculateMomentsAndVerify()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc86 output_mean_(output_mean), in CudnnBatchNormForwardTrainingThunk()
97 buffer_allocations.GetDeviceAddress(output_mean_)); in ExecuteOnStream()
Dcudnn_batchnorm_thunk.h100 BufferAllocation::Slice output_mean_; variable