module
tensor
Defines different data formats you can use to pass inputs to MAX Engine when executing a model.
You can pass each of the types shown here to
Model.execute()
.
Structs
-
NamedTensor
: A named input tensor. -
EngineTensorView
: A non-owning register_passable view of a tensor that does runtime type checking. -
EngineNumpyView
: A register_passable view of a numpy array.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?