mltk.core.TfliteConv2DLayerOptions¶
- class TfliteConv2DLayerOptions[source]¶
Convolution layer options
Properties
Fused activation
Fused activation as a string
.tflite schema option code
.tflite schema option as a string
Padding type
Padding as a string
Kernel stride height
Kernel stride width
Methods
InitFromBuf
InitFromObj
Pack
- property activation_str: str¶
Fused activation as a string
- Return type:
str
- property activation: TfliteActivation¶
Fused activation
- Return type:
- property padding_str: str¶
Padding as a string
- Return type:
str
- property padding: TflitePadding¶
Padding type
- Return type:
- property stride_width: int¶
Kernel stride width
- Return type:
int
- property stride_height: int¶
Kernel stride height
- Return type:
int
- 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