mltk.core.TfliteFullyConnectedLayerOptions

class TfliteFullyConnectedLayerOptions[source]

Fully connection layer options

Properties

activation

Fused activation

activation_str

Fused activation as a string

options_type

.tflite schema option code

options_type_str

.tflite schema option as a string

Methods

InitFromBuf

InitFromObj

Pack

__init__

__init__(opts=None)[source]
property activation_str: str

Fused activation as a string

Return type:

str

property activation: TfliteActivation

Fused activation

Return type:

TfliteActivation

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