docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum BackendType

    Types of backend that Sentis uses to execute a neural network.

    Namespace: Unity.Sentis
    Assembly: Unity.Sentis.dll
    Syntax
    public enum BackendType

    Fields

    Name Description
    CPU

    Executes using Burst on the CPU.

    GPUCommandBuffer

    CommandBuffer implementation

    GPUCompute

    Executes using compute shaders on the GPU.

    GPUPixel

    Executes using pixel shaders on the GPU.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)