Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ has_blobs
Method
has_blobs
caffe2/python/schema.py:241–242 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
239
return
self.lengths.all_scalars() + self._items.all_scalars()
240
241
def
has_blobs(self):
242
return
self.lengths.has_blobs() and self._items.has_blobs()
243
244
def
clone(self, keep_blobs=True):
245
return
type(self)(
Callers
7
has_blobs
Method · 0.45
has_blobs
Method · 0.45
InitEmptyRecord
Function · 0.45
set_input_record
Method · 0.45
set_output_record
Method · 0.45
__init__
Method · 0.45
testFromColumnList
Method · 0.45
Calls
no outgoing calls
Tested by
1
testFromColumnList
Method · 0.36