docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Execute

    Execute()

    Schedules the execution of the model on the worker. This is non-blocking.

    Declaration
    IWorker Execute()
    Returns
    Type Description
    IWorker

    The IWorker.

    Execute(Tensor)

    Sets a tensor as the default input of the model and schedules the execution of the model on the worker. This is non-blocking. For models with more than one input this sets the first input.

    Declaration
    IWorker Execute(Tensor inputTensor)
    Parameters
    Type Name Description
    Tensor inputTensor

    The tensor to set to the default input of the model.

    Returns
    Type Description
    IWorker

    The IWorker.

    Execute(IDictionary<string, Tensor>)

    Sets multiple tensors as the inputs of the model and schedules execution of the model. This is non-blocking.

    Declaration
    IWorker Execute(IDictionary<string, Tensor> inputTensors)
    Parameters
    Type Name Description
    IDictionary<string, Tensor> inputTensors

    The tensors to use as the inputs of the model as a dictionary mapping input names to tensors.

    Returns
    Type Description
    IWorker

    The IWorker.

    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)