ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onnx_legalizer._TensorInfo Class Reference

Public Member Functions

 __init__ (self, dtype, shape)
 

Data Fields

 dtype
 
 shape
 

Detailed Description

Definition at line 298 of file onnx_legalizer.py.

Constructor & Destructor Documentation

◆ __init__()

onnx_legalizer._TensorInfo.__init__ (   self,
  dtype,
  shape 
)

Definition at line 299 of file onnx_legalizer.py.

299 def __init__(self, dtype, shape):
300 self.dtype = dtype
301 self.shape = shape
302
303

Field Documentation

◆ dtype

onnx_legalizer._TensorInfo.dtype

Definition at line 300 of file onnx_legalizer.py.

◆ shape


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