FFmpeg
|
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 |
Definition at line 27 of file convert_from_tensorflow.py.
def convert_from_tensorflow.Operand.__init__ | ( | self, | |
name, | |||
dtype, | |||
dims | |||
) |
Definition at line 34 of file convert_from_tensorflow.py.
def convert_from_tensorflow.Operand.add_iotype | ( | self, | |
iotype | |||
) |
Definition at line 45 of file convert_from_tensorflow.py.
def convert_from_tensorflow.Operand.__str__ | ( | self | ) |
Definition at line 50 of file convert_from_tensorflow.py.
def convert_from_tensorflow.Operand.__lt__ | ( | self, | |
other | |||
) |
Definition at line 55 of file convert_from_tensorflow.py.
|
static |
Definition at line 28 of file convert_from_tensorflow.py.
|
static |
Definition at line 29 of file convert_from_tensorflow.py.
|
static |
Definition at line 30 of file convert_from_tensorflow.py.
|
static |
Definition at line 31 of file convert_from_tensorflow.py.
|
static |
Definition at line 32 of file convert_from_tensorflow.py.
|
static |
Definition at line 33 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__lt__(), and convert_from_tensorflow.Operand.__str__().
convert_from_tensorflow.Operand.name |
Definition at line 35 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__str__().
convert_from_tensorflow.Operand.dtype |
Definition at line 36 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__str__().
convert_from_tensorflow.Operand.dims |
Definition at line 37 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__str__().
convert_from_tensorflow.Operand.iotype |
Definition at line 38 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__str__(), and convert_from_tensorflow.Operand.add_iotype().
convert_from_tensorflow.Operand.used_count |
Definition at line 39 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__str__(), and convert_from_tensorflow.Operand.add_iotype().
convert_from_tensorflow.Operand.index |
Definition at line 40 of file convert_from_tensorflow.py.
convert_from_tensorflow.Operand.iotype2str |
Definition at line 42 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__str__().
convert_from_tensorflow.Operand.dtype2str |
Definition at line 43 of file convert_from_tensorflow.py.
Referenced by convert_from_tensorflow.Operand.__str__().