|
TVM
0.9.4
|
#include <tvm/graph/internal/Inputs.h>


Public Member Functions | |
| Iterator (inputs_t::iterator it, inputs_t::iterator end) | |
| operator bool () | |
A simple extension to inputs_t iterator that also stores the end iterator, allowing to cast the iterator to a boolean value.
| tvm::graph::internal::Inputs::Iterator::Iterator | ( | inputs_t::iterator | it, |
| inputs_t::iterator | end | ||
| ) |
Construct from an existing iterator and the end iterator
| tvm::graph::internal::Inputs::Iterator::operator bool | ( | ) |
True if the iterator is valid