tensorflow:: רשימת קלט

#include <ops.h>

סוג לייצוג הקלט לאופציות הדורשות רשימה של טנסורים.

סיכום

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

InputList (const OutputList & out)
המר באופן מרומז רשימת פלטים לרשימת תשומות.
InputList (const std::initializer_list< Input > & inputs)
InputList (const tensorflow::gtl::ArraySlice< Input > & inputs)
InputList (const std::initializer_list< Output > & out)

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

begin ()
std::vector< Input >::iterator
begin () const
std::vector< Input >::const_iterator
end ()
std::vector< Input >::iterator
end () const
std::vector< Input >::const_iterator

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

רשימת קלט

 InputList(
  const OutputList & out
)

המר באופן מרומז רשימת פלטים לרשימת תשומות.

זה שימושי לכתיבת קוד כגון ops::Concat(ops::Split(x, 4)).

רשימת קלט

 InputList(
  const std::initializer_list< Input > & inputs
)

רשימת קלט

 InputList(
  const tensorflow::gtl::ArraySlice< Input > & inputs
)

רשימת קלט

 InputList(
  const std::initializer_list< Output > & out
)

התחל

std::vector< Input >::iterator begin()

התחל

std::vector< Input >::const_iterator begin() const 

סוֹף

std::vector< Input >::iterator end()

סוֹף

std::vector< Input >::const_iterator end() const