MCPcopy Create free account
hub / github.com/intel/neural-compressor / __init__

Method __init__

test/common/test_common.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75
76class FakeModel:
77 def __init__(self) -> None:
78 self.name = "fake_model"
79
80 def __call__(self, x) -> Any:
81 return x

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected