|
ONE - On-device Neural Engine
|
#include "mir/Graph.h"#include "mir/ops/AddOp.h"#include "mir/ops/ReshapeOp.h"#include "mir/ops/ResizeOp.h"#include "mir/ops/SqueezeOp.h"#include "mir/ops/ReduceMeanOp.h"#include "mir/Shape.h"#include <vector>#include "gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (ShapeInferenceTest, BidirectionalBroadcast) | |
| TEST (ShapeInferenceTest, ReshapeAutoDimension) | |
| TEST (ShapeInferenceTest, ResizeWithShape) | |
| TEST (ShapeInferenceTest, ResizeWithScale) | |
| TEST (ShapeInferenceTest, ReduceChangeRank) | |
| TEST (ShapeInferenceTest, ReshapeAutoDimensionShrink) | |
| TEST (ShapeInferenceTest, ReshapeAutoDimensionExpand) | |
| TEST (ShapeInferenceTest, ReshapeAutoDimensionUnsqueeze) | |
| TEST (ShapeInferenceTest, SqueezeTestAllDims) | |
| TEST (ShapeInferenceTest, ElementwiseBC) | |
| TEST (ShapeInferenceTest, SqueezeTestSpecificDims) | |
| TEST (ShapeInferenceTest, SqueezeTestScalarResult) | |
| TEST | ( | ShapeInferenceTest | , |
| BidirectionalBroadcast | |||
| ) |
Definition at line 31 of file ShapeInference.cpp.
References mir::broadcastShapes().
| TEST | ( | ShapeInferenceTest | , |
| ElementwiseBC | |||
| ) |
Definition at line 159 of file ShapeInference.cpp.
References mir::Operation::getOutput().
| TEST | ( | ShapeInferenceTest | , |
| ReduceChangeRank | |||
| ) |
Definition at line 89 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| ReshapeAutoDimension | |||
| ) |
Definition at line 44 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| ReshapeAutoDimensionExpand | |||
| ) |
Definition at line 117 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| ReshapeAutoDimensionShrink | |||
| ) |
Definition at line 103 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| ReshapeAutoDimensionUnsqueeze | |||
| ) |
Definition at line 131 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| ResizeWithScale | |||
| ) |
Definition at line 73 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| ResizeWithShape | |||
| ) |
Definition at line 58 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| SqueezeTestAllDims | |||
| ) |
Definition at line 145 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| SqueezeTestScalarResult | |||
| ) |
Definition at line 191 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().
| TEST | ( | ShapeInferenceTest | , |
| SqueezeTestSpecificDims | |||
| ) |
Definition at line 177 of file ShapeInference.cpp.
References mir::Operation::getOutputShape().