Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Identity(CommandBuffer?, MachineLearningOperator, ComputeBuffer, ComputeBuffer)

Executes the identity operator.
Read time 1 minuteLast updated 8 days ago

Definition

Identity(CommandBuffer, MachineLearningOperator, ComputeBuffer, ComputeBuffer)

public static void Identity(CommandBuffer? cb, MachineLearningOperator op, ComputeBuffer X, ComputeBuffer O)

Parameters

The command buffer.

The identity machine learning operator handle.

The input tensor.

The output tensor.