MCPcopy Create free account
hub / github.com/PAIR-code/lit / input_spec

Method input_spec

lit_nlp/components/remote_model.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 self._max_minibatch_size = max_minibatch_size
76
77 def input_spec(self):
78 return self._input_spec
79
80 def output_spec(self):
81 return self._output_spec

Callers 15

annotateMethod · 0.45
is_compatibleMethod · 0.45
generateMethod · 0.45
runMethod · 0.45
is_compatibleMethod · 0.45
is_compatibleMethod · 0.45
generateMethod · 0.45
_find_hot_flipMethod · 0.45
runMethod · 0.45
is_compatibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected