ArgMin


tensorflow C++ API

tensorflow::ops::ArgMin

Returns the index with the smallest value across dimensions of a tensor.


Summary

Note that in case of ties the identity of the return value is not guaranteed.

Arguments:

  • scope: A Scope object
  • dimension: int32, 0 <= dimension < rank(input). Describes which dimension of the input Tensor to reduce across. For vectors, use dimension = 0.

Returns:

Constructor

  • ArgMin(const ::tensorflow::Scope & scope, ::tensorflow::Input input,::tensorflow::Input dimension).

Public attributes

  • tensorflow::Output output.

ArgMin

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 dimension: connect Input node.

Return:

  • Output output: Output object of ArgMin class object.

Result:

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

Using Method

results matching ""

    No results matching ""