MCPcopy 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_blobsMethod · 0.45
has_blobsMethod · 0.45
InitEmptyRecordFunction · 0.45
set_input_recordMethod · 0.45
set_output_recordMethod · 0.45
__init__Method · 0.45
testFromColumnListMethod · 0.45

Calls

no outgoing calls

Tested by 1

testFromColumnListMethod · 0.36