Predict
Generates output predictions for a given set of input samples and a given model.

Inputs
- 
    
Model — DynamicObject
The model.
 - 
    
X — Tensor
The input samples.
 
Outputs
- 
    
Y’ — Tensor
The output predictions.
 
Generates output predictions for a given set of input samples and a given model.

Model — DynamicObject
The model.
X — Tensor
The input samples.
Y’ — Tensor
The output predictions.