MCPcopy Create free account
hub / github.com/pytorch/pytorch / TranslateModel

Function TranslateModel

caffe2/python/caffe_translator.py:282–283  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

280
281
282def TranslateModel(*args, **kwargs):
283 return TranslatorRegistry.TranslateModel(*args, **kwargs)
284
285
286def ConvertTensorProtosToInitNet(net_params, input_name):

Callers 1

Calls 1

TranslateModelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…