MCPcopy 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

annotateMethod · 0.45
is_compatibleMethod · 0.45
generateMethod · 0.45
is_compatibleMethod · 0.45
runMethod · 0.45
is_compatibleMethod · 0.45
runMethod · 0.45
get_class_to_explainFunction · 0.45
runMethod · 0.45
is_compatibleMethod · 0.45
is_compatibleMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected