MCPcopy Create free account
hub / github.com/amazon-science/patchcore-inspection / load

Function load

src/patchcore/backbones.py:50–51  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

48
49
50def load(name):
51 return eval(_BACKBONES[name])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected