Polygraphy
0.31.1
Polygraphy
API Reference
Backends
Common
Comparing Results
Global Configuration
Constants
CUDA Wrapper
Exceptions
Function Helpers
JSON Utilities
Module Helpers
Polygraphy
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__bool__() (AccuracyResult method)
(OutputCompareResult method)
__call__() (BytesFromEngine method)
(BytesFromOnnx method)
(BytesFromPath method)
(ConvertToFp16 method)
(CreateConfig method)
,
[1]
(CreateNetwork method)
(EngineBytesFromNetwork method)
(EngineFromBytes method)
(EngineFromNetwork method)
(ExtractSubgraph method)
(FoldConstants method)
(GraphFromCkpt method)
(GraphFromFrozen method)
(GraphFromKeras method)
(InferShapes method)
(InvokeFromScript method)
(LoadPlugins method)
(ModifyGraphOutputs method)
(ModifyNetworkOutputs method)
(ModifyOutputs method)
(NetworkFromOnnxBytes method)
(NetworkFromOnnxPath method)
(OnnxFromPath method)
(OnnxFromTfGraph method)
(OnnxLikeFromNetwork method)
(OptimizeGraph method)
(SaveBytes method)
(SaveEngine method)
(SaveGraph method)
(SaveOnnx method)
(SessionFromGraph method)
(SessionFromOnnx method)
(UseTfTrt method)
__enter__() (OnnxrtRunner method)
(TfRunner method)
(TrtRunner method)
__exit__() (DeviceArray method)
(OnnxrtRunner method)
(Stream method)
(TfRunner method)
(TrtRunner method)
__getitem__() (DataLoader method)
(Profile method)
A
AccuracyResult (class in polygraphy.comparator.struct)
activate() (OnnxrtRunner method)
(TfRunner method)
(TrtRunner method)
add() (Profile method)
(TacticReplayData method)
(TensorMetadata method)
Algorithm (class in polygraphy.backend.trt.algorithm_selector)
ARRAY_SWAP_THRESHOLD_MB (in module polygraphy.config)
AUTOINSTALL_DEPS (in module polygraphy.config)
B
basic_compare_func() (CompareFunc static method)
bytes_from_engine() (in module polygraphy.backend.trt.loader)
bytes_from_onnx() (in module polygraphy.backend.onnx.loader)
bytes_from_path() (in module polygraphy.backend.common.loader)
BytesFromEngine (class in polygraphy.backend.trt.loader)
BytesFromOnnx (class in polygraphy.backend.onnx.loader)
BytesFromPath (class in polygraphy.backend.common.loader)
C
Calibrator() (in module polygraphy.backend.trt.calibrator)
call_impl() (BytesFromEngine method)
(BytesFromOnnx method)
(BytesFromPath method)
(ConvertToFp16 method)
(CreateConfig method)
,
[1]
(CreateNetwork method)
(EngineBytesFromNetwork method)
(EngineFromBytes method)
(EngineFromNetwork method)
(ExtractSubgraph method)
(FoldConstants method)
(GraphFromCkpt method)
(GraphFromFrozen method)
(GraphFromKeras method)
(InferShapes method)
(InvokeFromScript method)
(LoadPlugins method)
(ModifyGraphOutputs method)
(ModifyNetworkOutputs method)
(ModifyOutputs method)
(NetworkFromOnnxBytes method)
(NetworkFromOnnxPath method)
(OnnxFromPath method)
(OnnxFromTfGraph method)
(OnnxLikeFromNetwork method)
(OptimizeGraph method)
(SaveBytes method)
(SaveEngine method)
(SaveGraph method)
(SaveOnnx method)
(SessionFromGraph method)
(SessionFromOnnx method)
(UseTfTrt method)
Comparator (class in polygraphy.comparator.comparator)
compare_accuracy() (Comparator static method)
CompareFunc (class in polygraphy.comparator.compare)
convert_to_fp16() (in module polygraphy.backend.onnx.loader)
ConvertToFp16 (class in polygraphy.backend.onnx.loader)
copy_from() (DeviceArray method)
copy_to() (DeviceArray method)
(DeviceView method)
create_config() (in module polygraphy.backend.tf.loader)
(in module polygraphy.backend.trt.loader)
create_network() (in module polygraphy.backend.trt.loader)
CreateConfig (class in polygraphy.backend.tf.loader)
(class in polygraphy.backend.trt.loader)
CreateNetwork (class in polygraphy.backend.trt.loader)
Cuda (class in polygraphy.cuda.cuda)
D
DataLoader (class in polygraphy.comparator.data_loader)
deactivate() (OnnxrtRunner method)
(TfRunner method)
(TrtRunner method)
DeviceArray (class in polygraphy.cuda.cuda)
DeviceToDevice (MemcpyKind attribute)
DeviceToHost (MemcpyKind attribute)
DeviceView (class in polygraphy.cuda.cuda)
dtype (DeviceView attribute)
E
engine_bytes_from_network() (in module polygraphy.backend.trt.loader)
engine_from_bytes() (in module polygraphy.backend.trt.loader)
engine_from_network() (in module polygraphy.backend.trt.loader)
EngineBytesFromNetwork (class in polygraphy.backend.trt.loader)
EngineFromBytes (class in polygraphy.backend.trt.loader)
EngineFromNetwork (class in polygraphy.backend.trt.loader)
extend() (in module polygraphy.func.func)
extract_subgraph() (in module polygraphy.backend.onnx.loader)
ExtractSubgraph (class in polygraphy.backend.onnx.loader)
F
fill_defaults() (Profile method)
fold_constants() (in module polygraphy.backend.onnx.loader)
FoldConstants (class in polygraphy.backend.onnx.loader)
free() (Cuda method)
(DeviceArray method)
(Stream method)
from_feed_dict() (TensorMetadata static method)
from_json() (in module polygraphy.json.serde)
(RunResults static method)
(TacticReplayData static method)
from_trt() (Algorithm static method)
G
get_input_metadata() (OnnxrtRunner method)
(TfRunner method)
(TrtRunner method)
get_trt_logger() (in module polygraphy.backend.trt.util)
graph_from_ckpt() (in module polygraphy.backend.tf.loader)
graph_from_frozen() (in module polygraphy.backend.tf.loader)
graph_from_keras() (in module polygraphy.backend.tf.loader)
GraphFromCkpt (class in polygraphy.backend.tf.loader)
GraphFromFrozen (class in polygraphy.backend.tf.loader)
GraphFromKeras (class in polygraphy.backend.tf.loader)
H
has_mod() (in module polygraphy.mod.importer)
HostToDevice (MemcpyKind attribute)
HostToHost (MemcpyKind attribute)
I
import_from_script() (in module polygraphy.mod.importer)
infer() (OnnxrtRunner method)
(TfRunner method)
(TrtRunner method)
infer_shapes() (in module polygraphy.backend.onnx.loader)
InferShapes (class in polygraphy.backend.onnx.loader)
INSTALL_CMD (in module polygraphy.config)
INTERNAL_CORRECTNESS_CHECKS (in module polygraphy.config)
invoke_from_script() (in module polygraphy.backend.common.loader)
InvokeFromScript (class in polygraphy.backend.common.loader)
items() (RunResults method)
IterationResult (class in polygraphy.comparator.struct)
K
keys() (RunResults method)
L
last_inference_time() (OnnxrtRunner method)
(TfRunner method)
(TrtRunner method)
LATEST_VERSION (in module polygraphy.mod.importer)
lazy_import() (in module polygraphy.mod.importer)
load() (RunResults static method)
(TacticReplayData static method)
load_json() (in module polygraphy.json.serde)
load_plugins() (in module polygraphy.backend.trt.loader)
LoadPlugins (class in polygraphy.backend.trt.loader)
M
malloc() (Cuda method)
MARK_ALL (in module polygraphy.constants)
memcpy() (Cuda method)
MemcpyKind (class in polygraphy.cuda.cuda)
modify_graph_outputs() (in module polygraphy.backend.tf.loader)
modify_network_outputs() (in module polygraphy.backend.trt.loader)
modify_outputs() (in module polygraphy.backend.onnx.loader)
ModifyGraph (in module polygraphy.backend.tf.loader)
,
[1]
ModifyGraphOutputs (class in polygraphy.backend.tf.loader)
ModifyNetwork (in module polygraphy.backend.trt.loader)
,
[1]
ModifyNetworkOutputs (class in polygraphy.backend.trt.loader)
ModifyOnnx (in module polygraphy.backend.onnx.loader)
,
[1]
ModifyOutputs (class in polygraphy.backend.onnx.loader)
N
nbytes() (DeviceArray property)
(DeviceView property)
network_from_onnx_bytes() (in module polygraphy.backend.trt.loader)
network_from_onnx_path() (in module polygraphy.backend.trt.loader)
NetworkFromOnnxBytes (class in polygraphy.backend.trt.loader)
NetworkFromOnnxPath (class in polygraphy.backend.trt.loader)
numpy() (DeviceArray method)
(DeviceView method)
O
onnx_from_path() (in module polygraphy.backend.onnx.loader)
onnx_from_tf_graph() (in module polygraphy.backend.onnx.loader)
onnx_like_from_network() (in module polygraphy.backend.trt.loader)
OnnxFromPath (class in polygraphy.backend.onnx.loader)
OnnxFromTfGraph (class in polygraphy.backend.onnx.loader)
OnnxLikeFromNetwork (class in polygraphy.backend.trt.loader)
OnnxrtRunner (class in polygraphy.backend.onnxrt.runner)
optimize_graph() (in module polygraphy.backend.tf.loader)
OptimizeGraph (class in polygraphy.backend.tf.loader)
OutputCompareResult (class in polygraphy.comparator.compare)
P
percentage() (AccuracyResult method)
pickle_load() (in module polygraphy.json.serde)
,
[1]
pickle_save() (in module polygraphy.json.serde)
,
[1]
polygraphy.backend.common.loader (module)
polygraphy.backend.onnx.loader (module)
polygraphy.backend.onnxrt.loader (module)
polygraphy.backend.onnxrt.runner (module)
polygraphy.backend.tf.loader (module)
polygraphy.backend.tf.runner (module)
polygraphy.backend.trt.algorithm_selector (module)
polygraphy.backend.trt.calibrator (module)
polygraphy.backend.trt.loader (module)
polygraphy.backend.trt.profile (module)
polygraphy.backend.trt.runner (module)
polygraphy.backend.trt.util (module)
polygraphy.common.struct (module)
polygraphy.comparator.comparator (module)
polygraphy.comparator.compare (module)
polygraphy.comparator.data_loader (module)
polygraphy.comparator.postprocess (module)
polygraphy.comparator.struct (module)
polygraphy.config (module)
polygraphy.constants (module)
polygraphy.cuda.cuda (module)
polygraphy.exception.exception (module)
polygraphy.func.func (module)
polygraphy.json.serde (module)
polygraphy.mod.importer (module)
PolygraphyException
PolygraphyInternalException
postprocess() (Comparator static method)
PostprocessFunc (class in polygraphy.comparator.postprocess)
Profile (class in polygraphy.backend.trt.profile)
ptr (DeviceView attribute)
(Stream attribute)
R
resize() (DeviceArray method)
run() (Comparator static method)
RunResults (class in polygraphy.comparator.struct)
S
save() (RunResults method)
(TacticReplayData method)
save_bytes() (in module polygraphy.backend.common.loader)
save_engine() (in module polygraphy.backend.trt.loader)
save_graph() (in module polygraphy.backend.tf.loader)
save_json() (in module polygraphy.json.serde)
save_onnx() (in module polygraphy.backend.onnx.loader)
SaveBytes (class in polygraphy.backend.common.loader)
SaveEngine (class in polygraphy.backend.trt.loader)
SaveGraph (class in polygraphy.backend.tf.loader)
SaveOnnx (class in polygraphy.backend.onnx.loader)
session_from_graph() (in module polygraphy.backend.tf.loader)
session_from_onnx() (in module polygraphy.backend.onnxrt.loader)
SessionFromGraph (class in polygraphy.backend.tf.loader)
SessionFromOnnx (class in polygraphy.backend.onnxrt.loader)
SessionFromOnnxBytes (in module polygraphy.backend.onnxrt.loader)
,
[1]
set_profile() (TrtRunner method)
shape (DeviceView attribute)
ShapeTuple (class in polygraphy.backend.trt.profile)
stats() (AccuracyResult method)
Stream (class in polygraphy.cuda.cuda)
synchronize() (Stream method)
T
TacticRecorder() (in module polygraphy.backend.trt.algorithm_selector)
TacticReplayData (class in polygraphy.backend.trt.algorithm_selector)
TacticReplayer() (in module polygraphy.backend.trt.algorithm_selector)
TensorMetadata (class in polygraphy.common.struct)
TfRunner (class in polygraphy.backend.tf.runner)
to_json() (in module polygraphy.json.serde)
(RunResults method)
(TacticReplayData method)
to_trt() (Profile method)
topk_func() (PostprocessFunc static method)
TrtRunner (class in polygraphy.backend.trt.runner)
U
update() (RunResults method)
use_tf_trt() (in module polygraphy.backend.tf.loader)
UseTfTrt (class in polygraphy.backend.tf.loader)
V
validate() (Comparator static method)
values() (RunResults method)
W
wrapper() (in module polygraphy.cuda.cuda)