Public Types | |
using | TensorVector = std::vector< TensorCPU * > |
Public Member Functions | |
Predictor (const NetDef &init_net, const NetDef &run_net, Workspace *parent=nullptr) | |
void | run (const TensorVector &inputs, TensorVector *outputs) |
const NetDef & | def () const |
Workspace * | ws () |
Definition at line 8 of file predictor.h.