MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / symbolic

Method symbolic

codegeex/megatron/mpu/mappings.py:102–103  ·  view source on GitHub ↗
(graph, input_)

Source from the content-addressed store, hash-verified

100
101 @staticmethod
102 def symbolic(graph, input_):
103 return _reduce(input_)
104
105 @staticmethod
106 def forward(ctx, input_):

Callers

nothing calls this directly

Calls 1

_reduceFunction · 0.85

Tested by

no test coverage detected