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

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
binary_ops.cc 173 OP_REQUIRES_OK(ctx, ctx->GetAttr("tolerance", &tolerance_));
184 abs, b->ConvertElementType(b->ConstantR0<float>(tolerance_), abs_type));
189 float tolerance_; member in class:tensorflow::__anon38729::ApproximateEqualOp
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.h 165 tolerance_ = T(tolerance);
182 functor::ApproximateEqual<Device, T>()(d, x, y, tolerance_, z);
186 T tolerance_; member in class:tensorflow::ApproximateEqualOp

Completed in 548 milliseconds