تدفق التوتر:: قائمة الإدخال

#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