signatureCount property
int
get
signatureCount
Returns the number of signatures defined in the model.
Training-capable models typically expose multiple signatures:
train, infer, get_weights, and set_weights.
Implementation
int get signatureCount =>
tfliteBinding.TfLiteInterpreterGetSignatureCount(_interpreter);