ONE - On-device Neural Engine
|
#include "mir/Operation.h"
#include "mir/ops/ConcatOp.h"
#include "mir/ops/InputOp.h"
#include "mir/ops/ReshapeOp.h"
#include "mir/ops/SoftmaxOp.h"
#include <gtest/gtest.h>
#include "mir/Operations.inc"
Go to the source code of this file.
Macros | |
#define | HANDLE_OP(OpType, OpClass) ASSERT_EQ(getTypeName(Operation::Type::OpType), #OpType); |
Functions | |
TEST (Operation, ConnectionTest) | |
TEST (Operation, InputOutputShapeTest) | |
TEST (Operation, SoftmaxAxisTest) | |
TEST (Operation, ConcatAxisTest) | |
TEST (Operation, OpNameTest) | |
#define HANDLE_OP | ( | OpType, | |
OpClass | |||
) | ASSERT_EQ(getTypeName(Operation::Type::OpType), #OpType); |
TEST | ( | Operation | , |
ConcatAxisTest | |||
) |
Definition at line 71 of file Operation.cpp.
References mir::Operation::getOutput().
TEST | ( | Operation | , |
ConnectionTest | |||
) |
Definition at line 27 of file Operation.cpp.
TEST | ( | Operation | , |
InputOutputShapeTest | |||
) |
Definition at line 42 of file Operation.cpp.
References mir::Operation::getInputShape().
TEST | ( | Operation | , |
OpNameTest | |||
) |
Definition at line 88 of file Operation.cpp.
TEST | ( | Operation | , |
SoftmaxAxisTest | |||
) |
Definition at line 54 of file Operation.cpp.
References mir::ops::SoftmaxOp::getAxis().