|
| OnnxifiTransformer (const OnnxifiTransformerOptions &opts) |
|
void | transform (Workspace *ws, NetDef *pred_net, const std::vector< std::string > &weight_names, const std::unordered_map< std::string, TensorShape > &shape_hints, const std::unordered_set< int > &blacklisted_ops) override |
|
const std::unordered_map< std::string, std::string > & | input_mapping () const |
|
const std::unordered_map< std::string, std::string > & | reverse_input_mapping () const |
|
|
std::string | getModelId (const NetDef &net) |
|
std::unordered_map< std::string, TensorShape > | ssaRewriteAndMapNames (Workspace *ws, NetDef *pred_net, const std::unordered_map< std::string, TensorShape > &input_shape_hints) |
|
TensorProto | wrapShapeInfoIntoTensorProto (const std::string &name, const ShapeInfo &shape_info) const |
|
ShapeInfoMap | inferShapes (Workspace *ws, NetDef *pred_net, const std::unordered_map< std::string, TensorShape > &shape_hints_mapped, const BoundShapeSpec &spec) |
|
std::unordered_map< std::string, std::string > | input_mapping_ |
|
std::unordered_map< std::string, std::string > | reverse_input_mapping_ |
|
Definition at line 42 of file onnxifi_transformer.h.
The documentation for this class was generated from the following files: