Public Member Functions | |
def | __init__ (self, name, net=None) |
def | __hash__ (self) |
def | __eq__ (self, other) |
def | __ne__ (self, other) |
def | __str__ (self) |
def | __repr__ (self) |
def | __add__ (self, other) |
def | __radd__ (self, other) |
def | Net (self) |
def | GetNameScope (self) |
def | GetUnscopedName (self) |
def | __getattr__ (self, op_type) |
def | __dir__ (self) |
Public Attributes | |
meta | |
A wrapper around a blob in a net. BlobReference gives us a way to refer to the network that the blob is generated from. Note that blobs are, essentially, just strings in the current workspace.
def caffe2.python.core.BlobReference.__init__ | ( | self, | |
name, | |||
net = None |
|||
) |
def caffe2.python.core.BlobReference.__getattr__ | ( | self, | |
op_type | |||
) |