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

Method get_eval_net

caffe2/python/layer_test_util.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 return train_init_net, train_net
74
75 def get_eval_net(self):
76 return layer_model_instantiator.generate_eval_net(self.model)
77
78 def get_predict_net(self):
79 return layer_model_instantiator.generate_predict_net(self.model)

Callers 10

testMapToRangeMethod · 0.80
testDropoutMethod · 0.80
testConvMethod · 0.80
testBlobWeightedSumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected