pytorch_pfn_extras.onnx.pfto_exporter.export.partial#
- class pytorch_pfn_extras.onnx.pfto_exporter.export.partial#
Bases:
objectpartial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.
Methods
__init__()Attributes
tuple of arguments to future partial calls
function object to use in future partial calls
dictionary of keyword arguments to future partial calls
- __call__(*args, **kwargs)#
Call self as a function.
- args#
tuple of arguments to future partial calls
- func#
function object to use in future partial calls
- keywords#
dictionary of keyword arguments to future partial calls