ONE - On-device Neural Engine
Loading...
Searching...
No Matches
enco::SubnetStruct Struct Referenceabstract

A C++ struct that provides Android NN model & compilation. More...

#include <Subnet.h>

Public Member Functions

virtual ~SubnetStruct ()=default
 
virtual std::string model (void) const =0
 Return the field name of ANeuralNetworksModel value.
 
virtual std::string compilation (void) const =0
 Return the field name of ANeuralNetworksCompilatoin value.
 
virtual const pp::MultiLineTextdef (void) const =0
 
virtual const pp::MultiLineTextctor (void) const =0
 
virtual const pp::MultiLineTextdtor (void) const =0
 

Detailed Description

A C++ struct that provides Android NN model & compilation.

Definition at line 33 of file Subnet.h.

Constructor & Destructor Documentation

◆ ~SubnetStruct()

virtual enco::SubnetStruct::~SubnetStruct ( )
virtualdefault

Member Function Documentation

◆ compilation()

virtual std::string enco::SubnetStruct::compilation ( void  ) const
pure virtual

Return the field name of ANeuralNetworksCompilatoin value.

◆ ctor()

virtual const pp::MultiLineText & enco::SubnetStruct::ctor ( void  ) const
pure virtual

◆ def()

virtual const pp::MultiLineText & enco::SubnetStruct::def ( void  ) const
pure virtual

◆ dtor()

virtual const pp::MultiLineText & enco::SubnetStruct::dtor ( void  ) const
pure virtual

◆ model()

virtual std::string enco::SubnetStruct::model ( void  ) const
pure virtual

Return the field name of ANeuralNetworksModel value.


The documentation for this struct was generated from the following file: