openvino.runtime.ProfilingInfo

class openvino.runtime.ProfilingInfo

Bases: pybind11_builtins.pybind11_object

openvino.runtime.ProfilingInfo contains performance metrics for single node.

__init__(self: openvino._pyopenvino.ProfilingInfo) None

Methods

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(self)

__init_subclass__

This method is called when a class is subclassed.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__new__(**kwargs)

__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__

Abstract classes can override this to customize issubclass().

Attributes

EXECUTED

NOT_RUN

OPTIMIZED_OUT

cpu_time

exec_type

node_name

node_type

real_time

status

EXECUTED = <Status.EXECUTED: 2>
NOT_RUN = <Status.NOT_RUN: 0>
OPTIMIZED_OUT = <Status.OPTIMIZED_OUT: 1>
class Status

Bases: pybind11_builtins.pybind11_object

Members:

NOT_RUN

OPTIMIZED_OUT

EXECUTED

EXECUTED = <Status.EXECUTED: 2>
NOT_RUN = <Status.NOT_RUN: 0>
OPTIMIZED_OUT = <Status.OPTIMIZED_OUT: 1>
__class__

alias of pybind11_builtins.pybind11_type

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(self: object, other: object) bool
__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__getstate__(self: object) int
__gt__(value, /)

Return self>value.

__hash__(self: object) int
__index__(self: openvino._pyopenvino.ProfilingInfo.Status) int
__init__(self: openvino._pyopenvino.ProfilingInfo.Status, value: int) None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__int__(self: openvino._pyopenvino.ProfilingInfo.Status) int
__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__members__ = {'EXECUTED': <Status.EXECUTED: 2>, 'NOT_RUN': <Status.NOT_RUN: 0>, 'OPTIMIZED_OUT': <Status.OPTIMIZED_OUT: 1>}
__ne__(self: object, other: object) bool
__new__(**kwargs)
__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__(self: object) str
__setattr__(name, value, /)

Implement setattr(self, name, value).

__setstate__(self: openvino._pyopenvino.ProfilingInfo.Status, state: int) None
__sizeof__()

Size of object in memory, in bytes.

__str__()

name(self: handle) -> str

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

property name
property value
__class__

alias of pybind11_builtins.pybind11_type

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(self: openvino._pyopenvino.ProfilingInfo) None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__new__(**kwargs)
__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

property cpu_time
property exec_type
property node_name
property node_type
property real_time
property status