Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-examples
/ CLIPTextOutput
Class
CLIPTextOutput
clip/model.py:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
@dataclass
25
class
CLIPTextOutput:
26
pooler_output: mx.array
27
last_hidden_state: mx.array
28
29
30
@dataclass
Callers
1
__call__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected