Home
last modified time | relevance | path

Searched refs:tolerance_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbinary_ops.cc232 OP_REQUIRES_OK(ctx, ctx->GetAttr("tolerance", &tolerance_)); in ApproximateEqualOp()
244 xla::ConstantR0<float>(b, tolerance_), abs_type)); in Compile()
249 float tolerance_; member in tensorflow::__anon1bd0ded50111::ApproximateEqualOp
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h167 tolerance_ = T(tolerance); in ApproximateEqualOp()
184 functor::ApproximateEqual<Device, T>()(d, x, y, tolerance_, z); in Compute()
188 T tolerance_;