MCPcopy Create free account
hub / github.com/apache/tvm-ffi / _make_nested_singleton_array

Function _make_nested_singleton_array

tests/python/test_dataclass_compare.py:1176–1180  ·  view source on GitHub ↗
(depth: int)

Source from the content-addressed store, hash-verified

1174
1175
1176def _make_nested_singleton_array(depth: int) -> object:
1177 value: object = 0
1178 for _ in range(depth):
1179 value = tvm_ffi.Array([value])
1180 return value
1181
1182
1183def test_depth_1000_nested_eq() -> None:

Callers 1

Calls 1

ArrayMethod · 0.80

Tested by

no test coverage detected