tensorflow::ops::ApproximateEqual

tensorflow::ops::ApproximateEqual

#include <math_ops.h>

Returns the truth value of abs(x-y) < tolerance element-wise.

Summary

Arguments:

Returns:

Constructors and Destructors
ApproximateEqual(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y)
ApproximateEqual(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, const ApproximateEqual::Attrs & attrs)
Public attributes
z
Public functions
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Public static functions
Tolerance(float x)
Structs
tensorflow::ops::ApproximateEqual::Attrs

Optional attribute setters for ApproximateEqual.

Public attributes

z

::tensorflow::Output z

Public functions

ApproximateEqual

 ApproximateEqual(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y
)

ApproximateEqual

 ApproximateEqual(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y,
  const ApproximateEqual::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

Public static functions

Tolerance

Attrs Tolerance(
  float x
)

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/approximate-equal.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部