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

Method __len__

python/tvm_ffi/container.py:472–473  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

470 self._iter_functor_getter = iter_functor_getter or _ffi_api.MapForwardIterFunctor
471
472 def __len__(self) -> int:
473 return len(self._backend_map)
474
475 def __iter__(self) -> Iterator[V]:
476 size = len(self._backend_map)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected