זרימת טנסור :: קֶלֶט
#include <ops.h>
מייצג ערך טנסור שיכול לשמש אופרנד למבצע .
סיכום
קונסטרוקטורים ומשחתנים | |
---|---|
Input (const Output & o) כל בוני הקלט משתמעים. | |
Input (const T & v) | |
Input (const Initializer & init) | |
Input (const Tensor & t) | |
Input (const std::initializer_list< Initializer > & init) | |
Input (const string & name, int32 i, DataType dt) קונסטרוקטור המציין שם צומת, אינדקס וסוג נתונים. |
פונקציות ציבוריות | |
---|---|
data_type () const | DataType |
index () const | int32 |
node () const | Node * |
node_name () const | string |
status () const | Status |
tensor () const | const Tensor & |
סטרוקטורים | |
---|---|
tensorflow :: קלט :: אתחול | Initialisator מאפשר לבנות אובייקט קלט מסוגים שונים של קבצי C ++ כגון קבועים פרימיטיביים פשוטים ורשימות אתחול מקוננות המייצגות מערך רב מימדי. |
פונקציות ציבוריות
קֶלֶט
Input( const Output & o )
קֶלֶט
Input( const T & v )
קֶלֶט
Input( const Initializer & init )
קֶלֶט
Input( const Tensor & t )
קֶלֶט
Input( const std::initializer_list< Initializer > & init )
קֶלֶט
Input( const string & name, int32 i, DataType dt )
קונסטרוקטור המציין שם צומת, אינדקס וסוג נתונים.
זה אמור לשמש רק לציון קצה אחורי, הדרוש לזרימת בקרה.
סוג מידע
DataType data_type() const
אינדקס
int32 index() const
צוֹמֶת
Node * node() const
צומת_שם
string node_name() const
סטָטוּס
Status status() const
מוֹתֵחַ
const Tensor & tensor() const
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[]
[]