Represents the metadata of a non-tensor value.

interface NonTensorValueMetadata {
    isTensor: false;
    name: string;
}

Hierarchy (view full)

Properties

Properties

isTensor: false

Get a value indicating whether the value is a tensor.

name: string

The name of the specified input or output.

Generated using TypeDoc