mltk.core.TfliteTransposeConvLayerOptions¶
- class TfliteTransposeConvLayerOptions[source]¶
Transpose convolution layer options
Properties
.tflite schema option code
.tflite schema option as a string
"Kernel padding
Kernel padding as a string
"Kernel stride height
Kernel stride width
Methods
InitFromBuf
InitFromObj
Pack
- property stride_width: int¶
Kernel stride width
- Return type:
int
- property stride_height: int¶
“Kernel stride height
- Return type:
int
- property padding_str: str¶
Kernel padding as a string
- Return type:
str
- property padding: TflitePadding¶
“Kernel padding
- Return type:
- property options_type: BuiltinOptions¶
.tflite schema option code
- Return type:
BuiltinOptions
- property options_type_str: str¶
.tflite schema option as a string
- Return type:
str