MCPcopy Create free account
hub / github.com/cvg/NoPoSplat / get_data_shim

Method get_data_shim

src/model/encoder/encoder.py:26–28  ·  view source on GitHub ↗

The default shim doesn't modify the batch.

(self)

Source from the content-addressed store, hash-verified

24 pass
25
26 def get_data_shim(self) -> DataShim:
27 """The default shim doesn't modify the batch."""
28 return lambda x: x

Callers 1

get_data_shimFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected