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

Function func

caffe2/python/serialized_test/serialized_test_util.py:35–39  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

33 *given_args, **given_kwargs)(f)))
34
35 def func(self, *args, **kwargs):
36 self.should_serialize = True
37 fixed_seed_func(self, *args, **kwargs)
38 self.should_serialize = False
39 hyp_func(self, *args, **kwargs)
40 return func
41 return wrapper
42

Callers 2

wrapperMethod · 0.50
parseTextMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…