neural_compressor.experimental.common.model

Common Model just collects the information to construct a Model.

Module Contents

Classes

Model

A wrapper of the information needed to construct a Model.

Functions

set_backend(backend)

Set backed from configure file.

class neural_compressor.experimental.common.model.Model[source]

A wrapper of the information needed to construct a Model.

neural_compressor.experimental.common.model.set_backend(backend: str)[source]

Set backed from configure file.