Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbinary_ops.cc280 OP_REQUIRES_OK(ctx, ctx->GetAttr("tolerance", &tolerance_)); in ApproximateEqualOp()
292 xla::ConstantR0<float>(b, tolerance_), abs_type)); in Compile()
297 float tolerance_; member in tensorflow::__anon545751170111::ApproximateEqualOp
/external/deqp-deps/amber/src/
Dcommand.h226 void SetTolerance(float tolerance) { tolerance_ = tolerance; } in SetTolerance()
227 float GetTolerance() const { return tolerance_; } in GetTolerance()
234 float tolerance_ = 0.0; variable
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h234 tolerance_ = T(tolerance); in ApproximateEqualOp()
251 functor::ApproximateEqual<Device, T>()(d, x, y, tolerance_, z); in Compute()
255 T tolerance_;