Caffe2 - Python API
A deep learning, cross platform ML framework
Static Public Attributes | List of all members
caffe2.python.task.WorkspaceType Class Reference
Inheritance diagram for caffe2.python.task.WorkspaceType:

Static Public Attributes

string PRIVATE = 'private'
 
string GLOBAL = 'global'
 

Detailed Description

Determines whether tasks of a TaskGroup will run directly at the global
workspace, which is kept alive across runs, or whether a new child
workspace will be created for the run and destroyed afterwards.

Definition at line 99 of file task.py.


The documentation for this class was generated from the following file: