Readonly
isGet a value indicating whether the value is a tensor.
Readonly
nameThe name of the specified input or output.
Readonly
shapeGet the shape of the tensor.
If the shape is not defined, the value will an empty array. Otherwise, it will be an array representing the shape of the tensor. Each element in the array can be a number or a string. If the element is a number, it represents the corresponding dimension size. If the element is a string, it represents a symbolic dimension.
Readonly
typeGet the data type of the tensor.
Generated using TypeDoc
Represents the metadata of a tensor value.