ONE - On-device Neural Engine
Loading...
Searching...
No Matches
tfinfo Namespace Reference

Namespaces

namespace  v2
 

Data Structures

class  ShapeHint
 Class to represent axis and size of dims. User should enter axis and size of dim(s) when input tensor(s) contain(s) unknown dim(s). Such axis and size of dim(s) will be stored in ShapeHint. More...
 
class  TensorSignature
 Class to store input and output tensor information. More...
 

Typedefs

using TensorName = std::string
 
using TensorSignatures = std::vector< std::unique_ptr< TensorSignature > >
 

Enumerations

enum class  DataType { UNKNOWN , FLOAT32 }
 Supported Data Types. More...
 

Functions

TensorSignatures load (const char *info_path)
 Function to create TensorSignatures defined in info file.
 
TensorSignatures load (std::istream *stream, const char *path_for_error_msg)
 Function to create TensorSignatures from stream.