OutputNode

class audonnx.OutputNode(shape, dtype, labels)[source]

Output node.

Parameters
  • shape (List[int]) – list with dimensions

  • dtype (str) – data type

  • labels (List[str]) – list with names of last non-dynamic output dimension

dtype

OutputNode.dtype

Data type of node

labels

OutputNode.labels

Labels of last non-dynamic output dimension.

shape

OutputNode.shape

Shape of node