SUBTOOLS #################################. More...
Public Member Functions | |
def | __init__ (self, name) |
def | add_parser_args (self, parser, mode=True) |
def | run (self, args) |
def | layer_indices (self, num_layers) |
def | mark_layers (self, indices) |
def | check_network (self, suffix) |
def | subscribe_args (self, maker) |
def | add_parser_args (self, parser) |
def | setup_parser (self, subparsers) |
def | __call__ (self, args) |
Public Attributes | |
precision | |
args | |
golden | |
parser | |
name | |
makers | |
SUBTOOLS #################################.
def polygraphy.tools.precision.precision.STCheckerBase.__init__ | ( | self, | |
name | |||
) |
def polygraphy.tools.precision.precision.STCheckerBase.add_parser_args | ( | self, | |
parser, | |||
mode = True |
|||
) |
def polygraphy.tools.precision.precision.STCheckerBase.run | ( | self, | |
args | |||
) |
def polygraphy.tools.precision.precision.STCheckerBase.layer_indices | ( | self, | |
num_layers | |||
) |
def polygraphy.tools.precision.precision.STCheckerBase.mark_layers | ( | self, | |
indices | |||
) |
def polygraphy.tools.precision.precision.STCheckerBase.check_network | ( | self, | |
suffix | |||
) |
Checks whether the provided network is accurate compared to golden values. Returns: OrderedDict[str, OutputCompareResult]: A mapping of output names to an object describing whether they matched, and what the required tolerances were.
|
inherited |
|
inherited |
Reimplemented in polygraphy.tools.precision.precision.Precision, polygraphy.tools.precision.precision.STWorstFirst, polygraphy.tools.run.run.Run, polygraphy.tools.inspect.subtool.model.Model, polygraphy.tools.inspect.subtool.data.Data, polygraphy.tools.surgeon.subtool.extract.Extract, polygraphy.tools.surgeon.subtool.insert.Insert, polygraphy.tools.surgeon.surgeon.Surgeon, polygraphy.tools.inspect.inspect.Inspect, and polygraphy.tools.surgeon.subtool.sanitize.Sanitize.
|
inherited |
|
inherited |
polygraphy.tools.precision.precision.STCheckerBase.precision |
polygraphy.tools.precision.precision.STCheckerBase.args |
polygraphy.tools.precision.precision.STCheckerBase.golden |
polygraphy.tools.precision.precision.STCheckerBase.parser |
|
inherited |
|
inherited |