Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
caffe2.python.workspace._BlobDict Class Reference
Inheritance diagram for caffe2.python.workspace._BlobDict:

Public Member Functions

def __getitem__ (self, key)
 
def __setitem__ (self, key, value)
 
def __len__ (self)
 
def __iter__ (self)
 
def __contains__ (self, item)
 

Detailed Description

Provides python dict compatible way to do fetching and feeding

Definition at line 500 of file workspace.py.


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