Polygraphy Logo
0.49.13
  • Polygraphy

API Reference: Main

  • Backends
    • Base Interface
      • Loaders
      • Runners
    • Common
    • ONNX
    • ONNX-Runtime
    • Plugin Reference
    • TensorFlow 1.X
    • TensorRT
  • Comparing Results

API Reference: Miscellaneous

  • Common
  • Global Configuration
  • Constants
  • CUDA Wrapper
  • Data Types
  • Exceptions
  • Function Helpers
  • JSON Utilities
  • Logger

API Reference: Development

  • Command-line Tool APIs
Polygraphy
  • Backends
  • Base Interface

Base Interface

The base interface for all loaders and runners.

Module: polygraphy.backend.base

  • Loaders
    • BaseLoader
      • BaseLoader.__call__()
  • Runners
    • BaseRunner
      • BaseRunner.is_active
      • BaseRunner.__enter__()
      • BaseRunner.__exit__()
      • BaseRunner.activate()
      • BaseRunner.get_input_metadata()
      • BaseRunner.infer()
      • BaseRunner.inference_time
      • BaseRunner.last_inference_time()
      • BaseRunner.deactivate()
Previous Next

Copyright © 2024 NVIDIA Corporation

Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Built with Sphinx using a theme provided by Read the Docs.