HomeSort by relevance Sort by last modified time
    Searched refs:inv_stddev (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_thunk.h 115 const BufferAllocation::Slice& inv_stddev,
cudnn_batchnorm_thunk.cc 217 const BufferAllocation::Slice& inv_stddev,
227 inv_stddev_(inv_stddev),
  /external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm.cc 154 const float32x4_t inv_stddev[4] = { local
176 vmulq_f32(vsubq_f32(v_float[i], mean[i]), inv_stddev[i]);
211 const float32x4_t inv_stddev[4] = { local
233 vmulq_f32(vsubq_f32(v_float[i], mean[i]), inv_stddev[i]);

Completed in 95 milliseconds