|
ONE - On-device Neural Engine
|
Class to store input and output tensor information. More...
#include <TensorSignature.h>
Public Types | |
| enum class | Kind { Input , Output } |
Public Member Functions | |
| TensorSignature (const Kind kind, const std::string &name) | |
| TensorSignature (const Kind kind, const std::string &name, const ShapeHint &shape_hint) | |
| Kind | kind () const |
| const TensorName & | name () |
| ShapeHint & | shapeHint () |
Class to store input and output tensor information.
Definition at line 80 of file TensorSignature.h.
|
strong |
| Enumerator | |
|---|---|
| Input | |
| Output | |
Definition at line 83 of file TensorSignature.h.
|
inline |
Definition at line 89 of file TensorSignature.h.
References name().
|
inline |
Definition at line 100 of file TensorSignature.h.
|
inline |
Definition at line 107 of file TensorSignature.h.
|
inline |
Definition at line 109 of file TensorSignature.h.
Referenced by TensorSignature().
|
inline |
Definition at line 111 of file TensorSignature.h.