Type Alias: ModelInput
ModelInput =
Tensor|number|boolean|null
Defined in: core/model.ts:19
A value that can be passed as an input to a model's execute method.
ModelInput =
Tensor|number|boolean|null
Defined in: core/model.ts:19
A value that can be passed as an input to a model's execute method.