Deeploy.Targets.Generic.Parsers.SubParser

Deeploy.Targets.Generic.Parsers.SubParser

Methods

__init__()

parse(ctxt, node[, default_channels_first, ...])

DONT OVERRIDE - Uses other NodeParser functions to implement a full parsing passing of the node

parseInputs(ctxt, node)

DONT OVERRIDE - Takes care of hoisting IO tensors into the NetworkContext.

parseNode(node)

Parser-specific method to-be-implemented.

parseNodeCtxt(ctxt, node[, channels_first])

Parses the node's input and output tensors, and adds them to its operatorRepresentation.

parseOutputs(ctxt, node)

DONT OVERRIDE - registers the output tensor of the operator

Attributes

operatorRepresentation

The internal representation of the operator this parser has analyzed that describes all relevant attributes of the node to be used by code generation

alias of AddParser