Simple wrapper class allowing an easy traversal of the tensors representing the hirerarchical structure. More...
#include <dataset_ops.h>
Data Structures | |
| class | Field |
Public Member Functions | |
| TreeWalker (const vector< const Blob * > &inputs, TreeCursor &cursor) | |
| TOffset | size () const |
| void | advance () |
| const std::vector< Field > & | fields () const |
Simple wrapper class allowing an easy traversal of the tensors representing the hirerarchical structure.
Definition at line 97 of file dataset_ops.h.
1.8.11