Node data types

Each graph operation creates a node, and each node has a type corresponding to the type of the data it produces.

ConvolutionKernelA kernel to be used in a convolution.
FilterFunctionA tensor-valued filter function result.
PwcA piecewise-constant tensor-valued function of time (or batch of such functions).
SparsePwcA piecewise-constant sparse-matrix-valued function of time.
StfA sampleable tensor-valued function of time (or batch of such functions).
TargetA target gate for an infidelity calculation.
TensorA multi-dimensional array of data.

Was this useful?