MCPcopy
hub / github.com/CLUEbenchmark/CLUE / get

Method get

baselines/models/xlnet/tpu_estimator.py:3047–3052  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3045 self._object = o
3046
3047 def get(self):
3048 if not self._captured:
3049 raise RuntimeError(
3050 'InternalError: Object is not captured properly before `get`. '
3051 'Please file bug.')
3052 return self._object
3053
3054
3055def _get_scaffold(captured_scaffold_fn):

Callers 15

prune_headsMethod · 0.80
loadMethod · 0.80
bpeMethod · 0.80
_convert_token_to_idMethod · 0.80
_convert_id_to_tokenMethod · 0.80
__init__Method · 0.80
bpeMethod · 0.80
_convert_token_to_idMethod · 0.80
_convert_id_to_tokenMethod · 0.80
_convert_token_to_idMethod · 0.80
bpeMethod · 0.80
_convert_token_to_idMethod · 0.80

Calls

no outgoing calls

Tested by 1

loadFunction · 0.64