ONE - On-device Neural Engine
|
Data Structures | |
class | BatchNormBuilder |
class | ConcatBuilder |
class | ConvolutionBuilder |
class | EltwiseBuilder |
class | GraphBuilder |
class | GraphBuilderContext |
class | GraphBuilderRegistry |
class | InputBuilder |
class | PoolingBuilder |
class | ReLUBuilder |
class | ScaleBuilder |
class | WeightContext |
Typedefs | |
using | LayerName = std::string |
using | BlobName = std::string |
using | ShapeContext = std::map< BlobName, nncc::core::ADT::tensor::Shape > |
using | StoreContext = std::map< BlobName, coco::Bag * > |
Functions | |
tensor::Shape | as_tensor_shape (const ::caffe::BlobShape &blob_shape) |
nncc::core::ADT::tensor::Shape | as_tensor_shape (const ::caffe::BlobProto *blob_proto) |
using caffeimport::BlobName = typedef std::string |
using caffeimport::LayerName = typedef std::string |
using caffeimport::ShapeContext = typedef std::map<BlobName, nncc::core::ADT::tensor::Shape> |
using caffeimport::StoreContext = typedef std::map<BlobName, coco::Bag *> |
|
inline |
Definition at line 29 of file Convert.h.
References as_tensor_shape().
nncc::core::ADT::tensor::Shape caffeimport::as_tensor_shape | ( | const ::caffe::BlobShape & | blob_shape | ) |
Definition at line 24 of file Convert.cpp.
References nncc::core::ADT::tensor::Shape::dim(), and nncc::core::ADT::tensor::Shape::resize().
Referenced by as_tensor_shape(), caffeimport::ConcatBuilder::build(), caffeimport::ConvolutionBuilder::build(), and caffeimport::InputBuilder::build().