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

Method field_names

caffe2/python/schema.py:117–119  ·  view source on GitHub ↗

Return the children field names for this field.

(self)

Source from the content-addressed store, hash-verified

115 return self.clone(keep_blobs=False)
116
117 def field_names(self):
118 """Return the children field names for this field."""
119 raise NotImplementedError('Field is an abstract class.')
120
121 def field_types(self):
122 """Return the numpy.dtype for each of the children fields."""

Callers 2

sliceMethod · 0.95
__eq__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected