ONE - On-device Neural Engine
|
#include "nnkit/TensorContext.h"
#include "nnkit/support/tftestinfo/ParsedTensor.h"
#include <nncc/core/ADT/tensor/Shape.h>
#include <vector>
#include <memory>
Go to the source code of this file.
Data Structures | |
class | nnkit::support::moco::tf::TensorContext |
Parent class of InputTensorContext and OutputTensorContext. More... | |
Namespaces | |
namespace | nnkit |
namespace | nnkit::support |
namespace | nnkit::support::moco |
namespace | nnkit::support::moco::tf |
Typedefs | |
using | nnkit::support::moco::tf::ParsedTensors = std::vector< std::unique_ptr< ParsedTensor > > |