ONE - On-device Neural Engine
|
Public Member Functions | |
HD5ExportAction (const std::string &path) | |
void | run (TensorContext &ctx) override |
Public Member Functions inherited from nnkit::Action | |
virtual | ~Action ()=default |
Definition at line 28 of file Export.cpp.
|
inline |
Definition at line 31 of file Export.cpp.
References name_grpname(), and value_grpname().
|
inlineoverridevirtual |
Implements nnkit::Action.
Definition at line 38 of file Export.cpp.
References nnkit::TensorContext::getConstFloatTensor(), nnkit::TensorContext::name(), nncc::core::ADT::tensor::num_elements(), nncc::core::ADT::tensor::Shape::rank(), nnkit::TensorContext::shape(), nnkit::TensorContext::size(), and value_filename().
Referenced by package.infer.session::inference().