MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / e_emb_init

Function e_emb_init

operators.py:95–97  ·  view source on GitHub ↗
(input_dim,output_dim)

Source from the content-addressed store, hash-verified

93 return 0
94
95def e_emb_init(input_dim,output_dim):
96 global eid
97 return trainer_ops.emb_init(input_dim,output_dim,eid_low=(eid&0xFFFFFFFF),eid_high=(eid>>32))
98
99def e_matmul2d(inputs,weight):
100 global eid,times

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected