Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PAIR-code/lit
/ output_spec
Method
output_spec
lit_nlp/components/remote_model.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
return
self._input_spec
79
80
def
output_spec(self):
81
return
self._output_spec
82
83
def
max_minibatch_size(self):
84
return
self._max_minibatch_size
Callers
15
annotate
Method · 0.45
is_compatible
Method · 0.45
generate
Method · 0.45
is_compatible
Method · 0.45
run
Method · 0.45
is_compatible
Method · 0.45
run
Method · 0.45
get_class_to_explain
Function · 0.45
run
Method · 0.45
is_compatible
Method · 0.45
is_compatible
Method · 0.45
generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected