docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum BackendType

    Types of backends that Inference Engine uses to run inference on a neural network.

    Namespace: Unity.InferenceEngine
    Assembly: Unity.InferenceEngine.dll
    Syntax
    [MovedFrom("Unity.Sentis")]
    public enum BackendType

    Fields

    Name Description
    CPU

    Use Burst on the CPU to run model inference.

    GPUCompute

    Use compute shaders on the GPU to run model inference.

    GPUPixel

    Use pixel shaders on the GPU to run model inference.

    In This Article
    Back to top
    Copyright © 2025 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)