|
ONE - On-device Neural Engine
|
#include "Reshape.h"#include "ONNXHelpers.h"#include "AttributeHelpers.h"#include "mir/Tensor.h"#include "mir/ShapeRange.h"#include "mir/ops/ConstantOp.h"#include "mir/ops/ReshapeOp.h"Go to the source code of this file.
Namespaces | |
| namespace | mir_onnx |
Functions | |
| void | mir_onnx::convertReshapeV1 (const onnx::NodeProto &onnx_node, ConverterContext *context) |
| void | mir_onnx::convertReshapeV5 (const onnx::NodeProto &onnx_node, ConverterContext *context) |