Link Search Menu Expand Document

Erf


tensorflow C++ API

tensorflow::ops::Erf

Computes the Gauss error function ofxelement-wise.


Summary

In mathematics, the error function(also called the **Gauss error function **) is a special function(non-elementary) of sigmoid shape that occurs in probability,statistics, and partial differential equations describing diffusion. It is defined as:

Arguments:

Returns:

Constructor

  • Erf(const ::tensorflow::Scope & scope, ::tensorflow::Input x).

Public attributes

  • tensorflow::Output y.

Erf block

Source link : https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_math.cpp

Argument:

  • Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.).
  • Input x:connect Input node.

Return:

  • Output y: Output object of Erf class object.

Result:

  • std::vector(Tensor) product_result : Returned object of executed result by calling session.

Using Method