signatureKeys property
Returns the keys of all signatures defined in the model.
For a training-capable model this typically returns:
['train', 'infer', 'get_weights', 'set_weights'].
Implementation
List<String> get signatureKeys =>
List.generate(signatureCount, getSignatureKey, growable: false);