FFmpeg
Public Member Functions | Data Fields | Static Public Attributes
convert_from_tensorflow.Operand Class Reference
Inheritance diagram for convert_from_tensorflow.Operand:

Public Member Functions

def __init__ (self, name, dtype, dims)
 
def add_iotype (self, iotype)
 
def __str__ (self)
 
def __lt__ (self, other)
 

Data Fields

 name
 
 dtype
 
 dims
 
 iotype
 
 used_count
 
 index
 
 iotype2str
 
 dtype2str
 

Static Public Attributes

int IOTYPE_INPUT = 1
 
int IOTYPE_OUTPUT = 2
 
int IOTYPE_INTERMEDIATE = IOTYPE_INPUT | IOTYPE_OUTPUT
 
int DTYPE_FLOAT = 1
 
int DTYPE_UINT8 = 4
 
int index = 0
 

Detailed Description

Definition at line 27 of file convert_from_tensorflow.py.

Constructor & Destructor Documentation

◆ __init__()

def convert_from_tensorflow.Operand.__init__ (   self,
  name,
  dtype,
  dims 
)

Definition at line 34 of file convert_from_tensorflow.py.

Member Function Documentation

◆ add_iotype()

def convert_from_tensorflow.Operand.add_iotype (   self,
  iotype 
)

Definition at line 45 of file convert_from_tensorflow.py.

◆ __str__()

def convert_from_tensorflow.Operand.__str__ (   self)

Definition at line 50 of file convert_from_tensorflow.py.

◆ __lt__()

def convert_from_tensorflow.Operand.__lt__ (   self,
  other 
)

Definition at line 55 of file convert_from_tensorflow.py.

Field Documentation

◆ IOTYPE_INPUT

int convert_from_tensorflow.Operand.IOTYPE_INPUT = 1
static

Definition at line 28 of file convert_from_tensorflow.py.

◆ IOTYPE_OUTPUT

int convert_from_tensorflow.Operand.IOTYPE_OUTPUT = 2
static

Definition at line 29 of file convert_from_tensorflow.py.

◆ IOTYPE_INTERMEDIATE

int convert_from_tensorflow.Operand.IOTYPE_INTERMEDIATE = IOTYPE_INPUT | IOTYPE_OUTPUT
static

Definition at line 30 of file convert_from_tensorflow.py.

◆ DTYPE_FLOAT

int convert_from_tensorflow.Operand.DTYPE_FLOAT = 1
static

Definition at line 31 of file convert_from_tensorflow.py.

◆ DTYPE_UINT8

int convert_from_tensorflow.Operand.DTYPE_UINT8 = 4
static

Definition at line 32 of file convert_from_tensorflow.py.

◆ index [1/2]

int convert_from_tensorflow.Operand.index = 0
static

◆ name

convert_from_tensorflow.Operand.name

Definition at line 35 of file convert_from_tensorflow.py.

Referenced by convert_from_tensorflow.Operand.__str__().

◆ dtype

convert_from_tensorflow.Operand.dtype

Definition at line 36 of file convert_from_tensorflow.py.

Referenced by convert_from_tensorflow.Operand.__str__().

◆ dims

convert_from_tensorflow.Operand.dims

Definition at line 37 of file convert_from_tensorflow.py.

Referenced by convert_from_tensorflow.Operand.__str__().

◆ iotype

convert_from_tensorflow.Operand.iotype

◆ used_count

convert_from_tensorflow.Operand.used_count

◆ index [2/2]

convert_from_tensorflow.Operand.index

Definition at line 40 of file convert_from_tensorflow.py.

◆ iotype2str

convert_from_tensorflow.Operand.iotype2str

Definition at line 42 of file convert_from_tensorflow.py.

Referenced by convert_from_tensorflow.Operand.__str__().

◆ dtype2str

convert_from_tensorflow.Operand.dtype2str

Definition at line 43 of file convert_from_tensorflow.py.

Referenced by convert_from_tensorflow.Operand.__str__().


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