tensorflow:: אופס:: TensorArrayGather

#include <data_flow_ops.h>

אסוף אלמנטים ספציפיים מה- TensorArray value הפלט.

סיכום

כל האלמנטים שנבחרו על ידי indices חייבים להיות בעלי אותה צורה.

טיעונים:

  • scope: אובייקט Scope
  • handle: הידית ל- TensorArray .
  • אינדקסים: המיקומים ב- TensorArray שמהם ניתן לקרוא רכיבי טנסור.
  • flow_in: סקלר צף האוכף שרשור נכון של פעולות.
  • dtype: סוג ה-elem שמוחזר.

מאפיינים אופציונליים (ראה Attrs ):

  • element_shape: הצורה הצפויה של אלמנט, אם ידועה. משמש לאימות הצורות של רכיבי TensorArray . אם צורה זו לא צוינה במלואה, איסוף TensorArrays בגודל אפס הוא שגיאה.

החזרות:

  • Output : כל האלמנטים ב- TensorArray , משורשרים לאורך ציר חדש (המימד החדש 0).

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

TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype)
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs)

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

operation
value

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

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

פונקציות סטטיות ציבוריות

ElementShape (PartialTensorShape x)

מבנים

tensorflow:: ops:: TensorArrayGather:: Attrs

קובעי תכונות אופציונליים עבור TensorArrayGather .

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

מבצע

Operation operation

ערך

::tensorflow::Output value

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

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype
)

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype,
  const TensorArrayGather::Attrs & attrs
)

צוֹמֶת

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

פונקציות סטטיות ציבוריות

ElementShape

Attrs ElementShape(
  PartialTensorShape x
)