MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / parse

Function parse

python/oneflow/nn/modules/utils.py:25–28  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

23
24def _ntuple(n):
25 def parse(x):
26 if isinstance(x, container_abcs.Iterable):
27 return tuple(x)
28 return tuple(repeat(x, n))
29
30 return parse
31

Callers 11

WithMlirContextFunction · 0.85
structure_graphMethod · 0.85
DeserializeMethod · 0.85
DeserializeMethod · 0.85
DeserializeMethod · 0.85
DeserializeMethod · 0.85
KeyValueStoreOptionsMethod · 0.85
LoadOneEmbeddingFunction · 0.85

Calls 1

tupleClass · 0.85

Tested by

no test coverage detected