MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / ImmutableTensor

Class ImmutableTensor

imperative/python/megengine/utils/network_node.py:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310
311class ImmutableTensor(ConstOpBase):
312 type = "ImmutableTensor"
313 rt_fun = rt.make_const
314
315
316class SharedDeviceTensor(ConstOpBase):

Callers 1

make_constMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected