menu
rehacul_app_medical
models/ML/inference_model.dart
InferenceModel
InferenceModel constructor
InferenceModel
brightness_4
brightness_5
InferenceModel
constructor
InferenceModel
(
List
<
List
<
double
>
>
inputData
,
int
interpreterAddress
,
List
<
int
>
outputShape
)
Implementation
InferenceModel(this.inputData, this.interpreterAddress, this.outputShape);
rehacul_app_medical
inference_model
InferenceModel
InferenceModel constructor
InferenceModel class