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