Mojo 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
-
EngineNumpyView
: A register_passable view of a numpy array. -
EngineTensorView
: A non-owning register_passable view of a tensor that does runtime type checking. -
NamedTensor
: A named input tensor.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!