docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ExecutionContext

    Represents a context object that holds the model operations and variables for layer execution.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Sentis
    Assembly: Unity.Sentis.dll
    Syntax
    public struct ExecutionContext

    Fields

    backend

    The IBackend used for execution.

    Declaration
    public IBackend backend
    Field Value
    Type Description
    IBackend

    cpuBackend

    The CPU backend used for fallback cpu execution.

    Declaration
    public CPUBackend cpuBackend
    Field Value
    Type Description
    CPUBackend

    storage

    The IModelStorage used for execution

    Declaration
    public IModelStorage storage
    Field Value
    Type Description
    IModelStorage
    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)