MCPcopy Create free account
hub / github.com/pytorch/pytorch / field_metadata

Method field_metadata

caffe2/python/schema.py:125–127  ·  view source on GitHub ↗

Return the Metadata for each of the children fields.

(self)

Source from the content-addressed store, hash-verified

123 raise NotImplementedError('Field is an abstract class.')
124
125 def field_metadata(self):
126 """Return the Metadata for each of the children fields."""
127 raise NotImplementedError('Field is an abstract class.')
128
129 def field_blobs(self):
130 """Return the list of blobs with contents for this Field.

Callers 1

__eq__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected