เทนเซอร์โฟลว์:: รายการอินพุต
#include <ops.h>ประเภทสำหรับการแทนอินพุตไปยัง ops ที่จำเป็นต้องมีรายการเทนเซอร์
สรุป
| ตัวสร้างและผู้ทำลาย | |
|---|---|
| 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