MCPcopy
hub / github.com/pytorch/pytorch / Iter

Method Iter

caffe2/python/cnn.py:192–193  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

190 return brew.transpose(self, *args, use_cudnn=self.use_cudnn, **kwargs)
191
192 def Iter(self, *args, **kwargs):
193 return brew.iter(self, *args, **kwargs)
194
195 def Accuracy(self, *args, **kwargs):
196 return brew.accuracy(self, *args, **kwargs)

Callers 15

run_modelMethod · 0.95
run_modelMethod · 0.95
add_parameter_update_opsFunction · 0.80
add_parameter_update_opsFunction · 0.80
testIfMethod · 0.80
param_update_funMethod · 0.80
_param_update_funMethod · 0.80
_param_update_funFunction · 0.80
testToyRegressionMethod · 0.80
iterFunction · 0.80

Calls 1

iterMethod · 0.45

Tested by 10

run_modelMethod · 0.76
run_modelMethod · 0.76
testIfMethod · 0.64
param_update_funMethod · 0.64
_param_update_funMethod · 0.64
_param_update_funFunction · 0.64
testToyRegressionMethod · 0.64
testCheckpointMethod · 0.64