Home
last modified time | relevance | path

Searched refs:estimated_mean (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc81 typename TTypes<U>::ConstVec estimated_mean(estimated_mean_input.vec<U>()); in operator ()() local
123 mean.device(d) = estimated_mean; in operator ()()
244 const Tensor& estimated_mean, in operator ()()
321 StreamExecutorUtil::AsDeviceMemory<U>(estimated_mean); in operator ()()
541 const Tensor& estimated_mean = context->input(3); in Compute() local
553 OP_REQUIRES(context, estimated_mean.dims() == 1, in Compute()
555 estimated_mean.shape().DebugString())); in Compute()
562 context, estimated_mean.dim_size(0) == 0, in Compute()
564 estimated_mean.shape().DebugString())); in Compute()
588 context, x, scale, offset, estimated_mean, estimated_variance, epsilon_, in Compute()
Dconv_ops_fused_impl.h409 const Tensor& estimated_mean = context->input(4);
418 TF_REQUIRES(estimated_mean.dims() == 1,
420 estimated_mean.shape().DebugString()));
428 InitDataPtr(estimated_mean, &args->estimated_mean_data);
/external/tensorflow/tensorflow/contrib/training/python/training/
Dresample.py132 estimated_mean = variable_scope.get_local_variable(
139 estimated_mean, batch_mean, mean_decay)
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.h220 const DeviceMemory<float>& estimated_mean,
233 const DeviceMemory<float>& estimated_mean,
561 const DeviceMemory<U>& estimated_mean,
Dcuda_dnn.cc3181 const DeviceMemory<float>& estimated_mean, in DoBatchNormalizationForward() argument
3193 offset, estimated_mean, estimated_variance, x_desc, scale_offset_desc, in DoBatchNormalizationForward()
3202 const DeviceMemory<float>& estimated_mean, in DoBatchNormalizationForward() argument
3214 estimated_mean, estimated_variance, x_desc, scale_offset_desc, in DoBatchNormalizationForward()
3225 const DeviceMemory<U>& estimated_mean, in DoBatchNormalizationForwardImpl() argument
3273 scale.opaque(), offset.opaque(), estimated_mean.opaque(), maybe_inv_var, in DoBatchNormalizationForwardImpl()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h211 const DeviceMemory<float>& estimated_mean,
224 const DeviceMemory<float>& estimated_mean,
633 const DeviceMemory<U>& estimated_mean,
Drocm_dnn.cc2999 const DeviceMemory<float>& estimated_mean, in DoBatchNormalizationForward() argument
3010 estimated_mean, estimated_variance, x_desc, scale_offset_desc, epsilon, y, in DoBatchNormalizationForward()
3018 const DeviceMemory<float>& estimated_mean, in DoBatchNormalizationForward() argument
3029 estimated_mean, estimated_variance, x_desc, scale_offset_desc, epsilon, y, in DoBatchNormalizationForward()
3039 const DeviceMemory<U>& estimated_mean, in DoBatchNormalizationForwardImpl() argument
3073 const_cast<void*>(estimated_mean.opaque()), in DoBatchNormalizationForwardImpl()
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h993 const DeviceMemory<float>& estimated_mean,
1010 const DeviceMemory<float>& estimated_mean,
Dstream.h235 const DeviceMemory<float> &estimated_mean,
256 const DeviceMemory<float> &estimated_mean,
Dstream.cc342 const DeviceMemory<float> &estimated_mean, in ThenBatchNormalizationForward() argument
356 this, x, scale, offset, estimated_mean, estimated_variance, x_desc, in ThenBatchNormalizationForward()
392 const DeviceMemory<float> &estimated_mean, in ThenBatchNormalizationForward() argument
406 this, x, scale, offset, estimated_mean, estimated_variance, x_desc, in ThenBatchNormalizationForward()