Home
last modified time | relevance | path

Searched refs:epsilon_ (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatch_norm_op.cc32 OP_REQUIRES_OK(ctx, ctx->GetAttr("epsilon", &epsilon_)); in FusedBatchNormOp()
63 input, ctx->Input(1), ctx->Input(2), epsilon_, feature_index); in Compile()
85 variance, xla::ScalarLike(variance, epsilon_)))); in Compile()
92 epsilon_, feature_index); in Compile()
103 float epsilon_; member in tensorflow::__anonfc91c4b10111::FusedBatchNormOp
115 OP_REQUIRES_OK(ctx, ctx->GetAttr("epsilon", &epsilon_)); in FusedBatchNormGradOp()
161 xla::XlaOp epsilon = xla::ScalarLike(var, epsilon_); in Compile()
167 epsilon_, feature_index); in Compile()
193 auto epsilon = XlaHelpers::FloatLiteral(b, scale_dtype, epsilon_); in Compile()
219 float epsilon_; member in tensorflow::__anonfc91c4b10111::FusedBatchNormGradOp
Dxla_self_adjoint_eig_op.cc29 OP_REQUIRES_OK(ctx, ctx->GetAttr("epsilon", &epsilon_)); in XlaSelfAdjointEigOp()
33 xla::SelfAdjointEig(ctx->Input(0), lower_, max_iter_, epsilon_); in Compile()
41 float epsilon_; member in tensorflow::__anon8db77a3e0111::XlaSelfAdjointEigOp
Dxla_svd_op.cc29 OP_REQUIRES_OK(ctx, ctx->GetAttr("epsilon", &epsilon_)); in XlaSvdOp()
42 auto result = xla::SVD(ctx->Input(0), max_iter_, epsilon_, in Compile()
51 float epsilon_; member in tensorflow::__anon8179f0250111::XlaSvdOp
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h39 epsilon_(epsilon), in QuantileStreamResource()
66 float epsilon() const { return epsilon_; } in epsilon()
71 stream_ = QuantileStream(epsilon_, max_elements_); in Reset()
101 const float epsilon_; variable
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dquantile_stream_resource.h37 epsilon_(epsilon), in BoostedTreesQuantileStreamResource()
62 float epsilon() const { return epsilon_; } in epsilon()
86 const float epsilon_; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc90 epsilon_(epsilon), in CudnnBatchNormForwardInferenceThunk()
119 epsilon_, // in ExecuteOnStream()
147 epsilon_(epsilon), in CudnnBatchNormForwardTrainingThunk()
191 epsilon_, // in ExecuteOnStream()
229 epsilon_(epsilon), in CudnnBatchNormBackwardThunk()
274 operand_desc, scale_offset_desc, epsilon_, &output_grad_data, in ExecuteOnStream()
Dcudnn_batchnorm_thunk.h73 float epsilon_; variable
102 float epsilon_; variable
138 float epsilon_; variable
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc233 OP_REQUIRES_OK(context, context->GetAttr(kEpsilonName, &epsilon_)); in CreateQuantileAccumulatorOp()
249 context, epsilon_ > 0, in Compute()
251 auto result = new QuantileStreamResource(epsilon_, num_quantiles_, in Compute()
261 float epsilon_; member in tensorflow::CreateQuantileAccumulatorOp
355 OP_REQUIRES_OK(context, context->GetAttr(kEpsilonName, &epsilon_)); in MakeQuantileSummariesOp()
411 QuantileStream stream(epsilon_, batch_size + 1); in Compute()
431 QuantileStream stream(epsilon_, batch_size + 1); in Compute()
457 float epsilon_; member in tensorflow::MakeQuantileSummariesOp
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc529 epsilon_ = U(epsilon); in FusedBatchNormOp()
588 context, x, scale, offset, estimated_mean, estimated_variance, epsilon_, in Compute()
594 U epsilon_; member in tensorflow::FusedBatchNormOp
606 epsilon_ = U(epsilon); in FusedBatchNormGradOp()
680 saved_maybe_inv_var_or_pop_var, epsilon_, x_backprop, scale_backprop, in Compute()
698 saved_mean_or_pop_mean, saved_maybe_inv_var_or_pop_var, epsilon_, in Compute()
705 U epsilon_; member in tensorflow::FusedBatchNormGradOp
Dmkl_fused_batch_norm_op.cc502 epsilon_ = T(epsilon); in MklFusedBatchNormOp()
640 MklBatchNormFwdParams fwdParams(src_dims, depth_, epsilon_, is_training_); in Compute()
717 T epsilon_; member in tensorflow::MklFusedBatchNormOp
825 epsilon_ = T(epsilon); in MklFusedBatchNormGradOp()
956 MklBatchNormBwdParams bwdParams(src_dims, diff_dst_dims, depth_, epsilon_, in Compute()
1041 T epsilon_; member in tensorflow::MklFusedBatchNormGradOp
Dconv_ops_fused_impl.h887 OP_REQUIRES_OK(context, context->GetAttr("epsilon", &epsilon_));
931 args.epsilon = epsilon_;
954 float epsilon_; // Used only in FusedBatchNorm fusion
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixSolveLs.pbtxt59 \\(\mathrm{cond}(A) \lt \frac{1}{\sqrt{\epsilon_{mach} } }\\) or \\(\lambda\\) is
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3922 epsilon_ = _to_tensor(epsilon(), output.dtype.base_dtype)
3923 output = clip_ops.clip_by_value(output, epsilon_, 1. - epsilon_)
3959 epsilon_ = _to_tensor(epsilon(), output.dtype.base_dtype)
3960 output = clip_ops.clip_by_value(output, epsilon_, 1 - epsilon_)
4005 epsilon_ = _to_tensor(epsilon(), output.dtype.base_dtype)
4006 output = clip_ops.clip_by_value(output, epsilon_, 1. - epsilon_)
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h1142 void perceptible(const double epsilon_);
1143 void perceptibleChannel(const ChannelType channel_,const double epsilon_);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h34 float epsilon() const { return epsilon_; } in epsilon()
53 float epsilon_ = 0.0f; variable
Dhlo_instructions.cc77 epsilon_(epsilon), in HloBatchNormInstruction()
94 proto.set_epsilon(epsilon_); in ToProto()
/external/ImageMagick/Magick++/lib/
DImage.cpp3819 void Magick::Image::perceptible(const double epsilon_) in perceptible() argument
3823 PerceptibleImage(image(),epsilon_,exceptionInfo); in perceptible()
3828 const double epsilon_) in perceptibleChannel() argument
3833 PerceptibleImage(image(),epsilon_,exceptionInfo); in perceptibleChannel()