ONE - On-device Neural Engine
|
#include "cker/Types.h"
#include "cker/Shape.h"
#include "cker/Utils.h"
#include "cker/operation/Helper/Tensor.h"
#include "cker/operation/Helper/MatmulBCast.h"
#include "Transpose.h"
#include "BatchMatMul.h"
#include <string>
#include <vector>
#include <map>
#include <numeric>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | nnfw |
namespace | nnfw::cker |
namespace | nnfw::cker::functor |
Macros | |
#define | NDIMS_CASE(N) |
Typedefs | |
using | nnfw::cker::ShapeVec = std::vector< int32_t > |
using | nnfw::cker::Labels = std::vector< int32_t > |
using | nnfw::cker::OperandLabels = std::vector< Labels > |
using | nnfw::cker::LabelCounts = std::vector< int32_t > |
using | nnfw::cker::OperandLabelCounts = std::vector< LabelCounts > |
using | nnfw::cker::LabelToDimSizes = std::vector< int32_t > |
Enumerations | |
enum | nnfw::cker::DimensionType { nnfw::cker::kBroadcasting = 0 , nnfw::cker::kBatch = 1 , nnfw::cker::kFree = 2 , nnfw::cker::kContract = 3 , nnfw::cker::kReduce = 4 } |
#define NDIMS_CASE | ( | N | ) |