tensorflow:: אופס:: טווח

#include <math_ops.h>

יוצר רצף של מספרים.

סיכום

פעולה זו יוצרת רצף של מספרים שמתחיל start ומתרחב במרווחים של delta עד אך לא כולל limit .

לדוגמה:

# 'start' is 3
# 'limit' is 18
# 'delta' is 3
tf.range(start, limit, delta) ==> [3, 6, 9, 12, 15]

טיעונים:

  • scope: אובייקט Scope
  • התחלה: 0-D (סקלר). כניסה ראשונה ברצף.
  • מגבלה: 0-D (סקלרית). גבול עליון של רצף, בלעדי.
  • דלתא: 0-D (סקלרית). אופציונאלי. ברירת המחדל היא 1. מספר start במרווחים .

החזרות:

בנאים והורסים

Range (const :: tensorflow::Scope & scope, :: tensorflow::Input start, :: tensorflow::Input limit, :: tensorflow::Input delta)

תכונות ציבוריות

operation
output

תפקידים ציבוריים

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

תכונות ציבוריות

מבצע

Operation operation

תְפוּקָה

::tensorflow::Output output

תפקידים ציבוריים

טווח

 Range(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input start,
  ::tensorflow::Input limit,
  ::tensorflow::Input delta
)

צוֹמֶת

::tensorflow::Node * node() const 

מפעיל::tensorflow::קלט

 operator::tensorflow::Input() const 

אופרטור::tensorflow::פלט

 operator::tensorflow::Output() const