ONE - On-device Neural Engine
|
feature::Shape morph::tflite::as_feature_shape | ( | const nncc::core::ADT::tensor::Shape & | shape | ) |
Definition at line 54 of file tflite.cpp.
References nncc::core::ADT::tensor::Shape::dim(), and nncc::core::ADT::tensor::Shape::rank().
Referenced by tflimport::AvgPool2DGraphBuilder::build(), tflimport::DivGraphBuilder::build(), tflimport::MaxPool2DGraphBuilder::build(), tflimport::ReLUGraphBuilder::build(), tflimport::ReLU6GraphBuilder::build(), tflimport::SubGraphBuilder::build(), tflimport::Conv2DGraphBuilder::build(), and tflimport::DepthwiseConv2DGraphBuilder::build().
kernel::Shape morph::tflite::as_kernel_shape | ( | const nncc::core::ADT::tensor::Shape & | shape | ) |
Definition at line 61 of file tflite.cpp.
References nncc::core::ADT::tensor::Shape::dim(), and nncc::core::ADT::tensor::Shape::rank().
Referenced by tflimport::Conv2DGraphBuilder::build().
tensor::Shape morph::tflite::as_tensor_shape | ( | const nncc::core::ADT::feature::Shape & | shape | ) |
Definition at line 28 of file tflite.cpp.
References nncc::core::ADT::feature::Shape::depth(), nncc::core::ADT::tensor::Shape::dim(), nncc::core::ADT::feature::Shape::height(), nncc::core::ADT::tensor::Shape::resize(), and nncc::core::ADT::feature::Shape::width().
tensor::Shape morph::tflite::as_tensor_shape | ( | const nncc::core::ADT::kernel::Shape & | shape | ) |
Definition at line 41 of file tflite.cpp.
References nncc::core::ADT::kernel::Shape::count(), nncc::core::ADT::kernel::Shape::depth(), nncc::core::ADT::tensor::Shape::dim(), nncc::core::ADT::kernel::Shape::height(), nncc::core::ADT::tensor::Shape::resize(), and nncc::core::ADT::kernel::Shape::width().