• Sentis package
    • What's new in Sentis 1.3
    • Upgrade to Sentis 1.3
  • Get started
    • Understand the Sentis workflow
    • Samples
  • Create a model
    • Understand models in Sentis
    • Export an ONNX file from a machine learning framework
    • Import an ONNX file
    • Inspect a model
    • Create a new model
    • Edit a model
    • Encrypt a model
    • Supported ONNX operators
    • Model Asset Import Settings reference
  • Run an imported model
    • How Sentis runs a model
    • Create input for a model
    • Convert a texture to a tensor
    • Create an engine to run a model
    • Run a model
    • Run a model a layer at a time
    • Use a command buffer
    • Get output from a model
    • Read output asynchronously
    • Use output data
    • Manage memory
  • Use Tensors
    • Tensor fundamentals in Sentis
    • Create and modify tensors
    • Do operations on tensors
    • Access tensor data directly
  • Profile and optimize