forked from mindspore-Ecosystem/mindspore
fix comments error.
This commit is contained in:
parent
a17915b2c4
commit
2421a74b6b
|
@ -906,8 +906,8 @@ class Model:
|
|||
This is a pre-compile function. The arguments should be the same with model.predict() function.
|
||||
|
||||
Args:
|
||||
predict_data (Optional[Tensor, list[Tensor], tuple[Tensor]]): The predict data, can be a single tensor,
|
||||
a list of tensor, or a tuple of tensor.
|
||||
predict_data (Optional[Tensor, list[Tensor], tuple[Tensor]]): The predict data, can be a single tensor,
|
||||
a list of tensor, or a tuple of tensor.
|
||||
|
||||
Returns:
|
||||
Tensor, array(s) of predictions.
|
||||
|
|
Loading…
Reference in New Issue