MCPcopy Create free account
hub / github.com/AtlasAnalyticsLab/AdaFisher / pair

Function pair

Image_Classification/src/models/cct.py:18–19  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

16
17
18def pair(t):
19 return t if isinstance(t, tuple) else (t, t)
20
21
22# CCT Models

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected