mltk.core.tflite_micro.TfliteMicroLayerError

class TfliteMicroLayerError[source]

Properties

WARNING_RE

index

The layer's index

name

The layer's full name

msg

The layer's error msg

Methods

__init__

create

index: int

The layer’s index

name: str

The layer’s full name

msg: str

The layer’s error msg

__init__(index, name, msg)
Parameters:
  • index (int) –

  • name (str) –

  • msg (str) –

Return type:

None