MCPcopy Index your code
hub / github.com/apache/tvm / size

Method size

web/src/runtime.ts:756–758  ·  view source on GitHub ↗

* @returns the size of the array.

()

Source from the content-addressed store, hash-verified

754 * @returns the size of the array.
755 */
756 size(): number {
757 return this.ctx.arrayGetSize(this) as number;
758 }
759 /**
760 * Get index-th element of the array
761 * @param index the array index.

Callers 15

forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
Func1Function · 0.45
forwardMethod · 0.45
mainMethod · 0.45
forwardMethod · 0.45
tile_layout_sizeFunction · 0.45
swizzle_layout_sizeFunction · 0.45
compose_layout_sizeFunction · 0.45
trainium_layout_testsFunction · 0.45
test_swizzle_layout_1Function · 0.45

Calls

no outgoing calls

Tested by 15

forwardMethod · 0.36
forwardMethod · 0.36
forwardMethod · 0.36
Func1Function · 0.36
forwardMethod · 0.36
mainMethod · 0.36
forwardMethod · 0.36
tile_layout_sizeFunction · 0.36
swizzle_layout_sizeFunction · 0.36
compose_layout_sizeFunction · 0.36
trainium_layout_testsFunction · 0.36
test_swizzle_layout_1Function · 0.36