Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zai-org/CodeGeeX
/ size
Method
size
codegeex/megatron/data/indexed_dataset.py:219–220 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
217
return
self.sizes[index]
218
219
def
size(self, index):
220
return
self.sizes[index]
221
222
@staticmethod
223
def
exists(path):
Callers
15
forward
Method · 0.80
forward
Method · 0.80
get_ltor_masks_and_position_ids
Function · 0.80
top_k_logits
Function · 0.80
sample_sequence_batch
Function · 0.80
_transpose_first_dim
Function · 0.80
get_ltor_masks_and_position_ids
Function · 0.80
top_k_logits
Function · 0.80
sample_sequence_batch
Function · 0.80
forward
Method · 0.80
forward
Method · 0.80
add_item
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected