API Reference: Main
API Reference: Miscellaneous
API Reference: Development
Module: polygraphy.backend.base
polygraphy.backend.base
Bases: object
object
Base class for Polygraphy Loaders.
Implementation for __call__. Derived classes should implement this method rather than __call__.
__call__
Invokes the loader by forwarding arguments to call_impl.
call_impl
Note: call_impl should not be called directly - use this function instead.