Expm1


tensorflow C++ API

tensorflow::ops::Expm1

Computes exponential of x - 1 element-wise.


Summary

I.e., y = (x) - 1.

Arguments:

Returns:

Constructor

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

Public attributes

  • tensorflow::Output y.

Expm1 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 Expm1 class object.

Result:

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

Using Method

results matching ""

    No results matching ""