MCPcopy Create free account
hub / github.com/apache/tvm-ffi / _LEAF_IDENTITY

Function _LEAF_IDENTITY

python/tvm_ffi/utils/unpack_dataclass.py:261–263  ·  view source on GitHub ↗

Identity function cached for known leaf types.

(x: Any)

Source from the content-addressed store, hash-verified

259
260
261def _LEAF_IDENTITY(x: Any) -> Any:
262 """Identity function cached for known leaf types."""
263 return x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected