All


tensorflow C++ API

tensorflow::ops::All

Computes the "logical and" of elements across dimensions of a tensor.


Summary

Reducesinputalong the dimensions given inaxis. Unlesskeep_dimsis true, the rank of the tensor is reduced by 1 for each entry inaxis. Ifkeep_dimsis true, the reduced dimensions are retained with length 1.

Arguments:

  • scope: A Scope object
  • input: The tensor to reduce.(Data type must be bool)
  • axis: The dimensions to reduce.(0:Low axis,1:column axis)

Optional attributes (seeAttrs):

  • keepdims_: If true, retain reduced dimensions with length 1.

Returns:

Constructor

  • All(const ::tensorflow::Scope & scope, ::tensorflow::Input input,::tensorflow::Input axis,const All::Attrs & attrs).

Public attributes

  • tensorflow::Output output.

All 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 input : connect Input node.
  • Input axis : connect Input node.
  • All::Attrs attrs : Input attrs value. ex) keepdims_=false;

Return:

  • Output output : Output object of All class object.

Result:

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

Using Method

results matching ""

    No results matching ""