tensoreflusso:: ops:: Allineare
#include <math_ops.h>Crea una sequenza di numeri.
Riepilogo
 Questa operazione crea una sequenza di numeri che inizia da start e si estende con incrementi di delta fino al limit escluso.
Per esempio:
# 'start' is 3 # 'limit' is 18 # 'delta' is 3 tf.range(start, limit, delta) ==> [3, 6, 9, 12, 15]
Argomenti:
- scope: un oggetto Scope
- inizio: 0-D (scalare). Prima voce nella sequenza.
- limite: 0-D (scalare). Limite superiore della sequenza, esclusivo.
-  delta: 0-D (scalare). Opzionale. Il valore predefinito è 1. Numero che incrementa start.
Resi:
-  Output: 1-D.
| Costruttori e distruttori | |
|---|---|
| Range (const :: tensorflow::Scope & scope, :: tensorflow::Input start, :: tensorflow::Input limit, :: tensorflow::Input delta) | 
| Attributi pubblici | |
|---|---|
| operation | |
| output | |
| Funzioni pubbliche | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
Allineare
Range( const ::tensorflow::Scope & scope, ::tensorflow::Input start, ::tensorflow::Input limit, ::tensorflow::Input delta )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const