keras_model_metadata_metrics_on_device_performance_inner_tflite module#

class edgeimpulse_api.models.keras_model_metadata_metrics_on_device_performance_inner_tflite.KerasModelMetadataMetricsOnDevicePerformanceInnerTflite(
*,
ramRequired: StrictInt,
romRequired: StrictInt,
arenaSize: StrictInt,
modelSize: StrictInt,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
arena_size: StrictInt#
classmethod from_dict(
obj: dict,
) KerasModelMetadataMetricsOnDevicePerformanceInnerTflite[source]#

Create an instance of KerasModelMetadataMetricsOnDevicePerformanceInnerTflite from a dict

classmethod from_json(
json_str: str,
) KerasModelMetadataMetricsOnDevicePerformanceInnerTflite[source]#

Create an instance of KerasModelMetadataMetricsOnDevicePerformanceInnerTflite from a JSON string

model_size: StrictInt#
ram_required: StrictInt#
rom_required: StrictInt#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias