mltk.core.TfliteFullyConnectedLayerOptions¶
- class TfliteFullyConnectedLayerOptions[source]¶
Fully connection layer options
Properties
Fused activation
Fused activation as a string
.tflite schema option code
.tflite schema option as a string
Methods
InitFromBuf
InitFromObj
Pack
- property activation_str: str¶
Fused activation as a string
- Return type:
str
- property activation: TfliteActivation¶
Fused activation
- 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