Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MachineLearningOperatorFactory.ConvDescriptor

Descriptor for the convolution operator.
Read time 1 minuteLast updated 6 days ago

Definition

public ref struct MachineLearningOperatorFactory.ConvDescriptor

Fields

Value

Description

BThe optional bias tensor descriptor.
dilationsThe dilation values for the convolution.
fusedActivationThe type of activation function to apply.
groupsThe number of groups for the convolution.
KThe kernel tensor descriptor.
OThe output tensor descriptor.
padsThe padding values for the convolution.
stridesThe stride values for the convolution.
XThe input tensor descriptor.