MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / width

Method width

python/oneflow/framework/tensor_str.py:180–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 self.sci_mode = PRINT_OPTS.sci_mode
179
180 def width(self):
181 return self.max_width
182
183 def format(self, value):
184 if self.floating_dtype:

Callers 1

_vector_strFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected