MCPcopy Index your code
hub / github.com/pytorch/pytorch / SetCreateWorkspace

Method SetCreateWorkspace

caffe2/python/core.py:2741–2743  ·  view source on GitHub ↗
(self, create_workspace)

Source from the content-addressed store, hash-verified

2739 self._step.num_iter = num_iter
2740
2741 def SetCreateWorkspace(self, create_workspace):
2742 self._assert_can_mutate()
2743 self._step.create_workspace = create_workspace
2744
2745 def SetNumConcurrentInstances(self, num_concurrent_instances):
2746 self._assert_can_mutate()

Callers 3

execution_stepFunction · 0.95
tasks_by_nodeMethod · 0.80
get_stepMethod · 0.80

Calls 1

_assert_can_mutateMethod · 0.95

Tested by

no test coverage detected