neural_compressor.adaptor.query

Module Contents

Classes

QueryBackendCapability

Base class that defines Query Interface.

class neural_compressor.adaptor.query.QueryBackendCapability[source]

Base class that defines Query Interface.

Each adaption layer should implement the inherited class for specific backend on their own.