MCPcopy Index your code
hub / github.com/pytorch/pytorch / has_blobs

Method has_blobs

caffe2/python/schema.py:470–471  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

468 return scalars
469
470 def has_blobs(self):
471 return all(field.has_blobs() for field in self.fields.values())
472
473 def clone(self, keep_blobs=True):
474 normalized_fields = [

Callers

nothing calls this directly

Calls 3

allFunction · 0.50
has_blobsMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected