|
ONE - On-device Neural Engine
|
#include "Constant.h"#include "ONNXHelpers.h"#include "AttributeHelpers.h"#include "mir/TensorVariant.h"#include "mir/ops/ConstantOp.h"Go to the source code of this file.
Namespaces | |
| namespace | mir_onnx |
Functions | |
| void | mir_onnx::convertConstantV1 (const onnx::NodeProto &onnx_node, ConverterContext *context) |
| void | mir_onnx::convertConstantV9 (const onnx::NodeProto &onnx_node, ConverterContext *context) |
| void | mir_onnx::convertConstantV11 (const onnx::NodeProto &onnx_node, ConverterContext *context) |