MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / shape

Method shape

pymllm/ffi/__init__.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125
126 @property
127 def shape(self) -> tvm_ffi.Shape:
128 return tvm_ffi.get_global_func("mllm.Tensor.shape")(self)
129
130 @property
131 def dtype(self) -> DType:

Callers 1

test_empty_tensor_createFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_empty_tensor_createFunction · 0.36