tensorflow :: opérations :: CountUpTo
#include <state_ops.h>
Incrémente «ref» jusqu'à ce qu'il atteigne «limite».
Résumé
Arguments:
- scope: un objet Scope
- ref: doit provenir d'un nœud
Variable
scalaire. - limit: Si l'incrémentation de ref l'amènerait au-dessus de la limite, génère à la place une erreur 'OutOfRange'.
Retour:
-
Output
: une copie de l'entrée avant incrémentation. Si rien d'autre ne modifie l'entrée, les valeurs produites seront toutes distinctes.
Constructeurs et destructeurs | |
---|---|
CountUpTo (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, int64 limit) |
Attributs publics | |
---|---|
operation | |
output |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
opération
Operation operation
production
::tensorflow::Output output
Fonctions publiques
CountUpTo
CountUpTo( const ::tensorflow::Scope & scope, ::tensorflow::Input ref, int64 limit )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const