Tensorflow :: ops :: Reichweite
#include <math_ops.h>
Erstellt eine Folge von Zahlen.
Zusammenfassung
Diese Operation erstellt eine Folge von Zahlen, die am start
beginnt und sich in Schritten von delta
bis zum limit
erstreckt, diesen jedoch nicht einschließt.
Beispielsweise:
# 'start' is 3 # 'limit' is 18 # 'delta' is 3 tf.range(start, limit, delta) ==> [3, 6, 9, 12, 15]
Argumente:
- scope: Ein Scope- Objekt
- Start: 0-D (skalar). Erster Eintrag in der Sequenz.
- Grenze: 0-D (skalar). Obere Sequenzgrenze, exklusiv.
- Delta: 0-D (skalar). Optional. Der Standardwert ist 1. Nummer, mit der die Inkremente
start
.
Kehrt zurück:
-
Output
: 1-D.
Konstruktoren und Destruktoren | |
---|---|
Range (const :: tensorflow::Scope & scope, :: tensorflow::Input start, :: tensorflow::Input limit, :: tensorflow::Input delta) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
Reichweite
Range( const ::tensorflow::Scope & scope, ::tensorflow::Input start, ::tensorflow::Input limit, ::tensorflow::Input delta )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const