MCPcopy
hub / github.com/PaddlePaddle/PaddleNLP / value

Method value

fast_tokenizer/python/fast_tokenizer/c_wrap.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79
80 @property
81 def value(self):
82 return self._token.value
83
84 @value.setter
85 def value(self, value: str):

Callers 15

_init_weightsMethod · 0.45
transfer_paramFunction · 0.45
slice_weightMethod · 0.45
faster_set_state_dictFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
compute_qkvMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected