MCPcopy
hub / github.com/apache/tvm / FunctionInfo

Interface FunctionInfo

web/src/webgpu.ts:402–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 * Function info from the API
401 */
402export interface FunctionInfo {
403 name: string;
404 arg_types: Array<string>;
405 launch_param_tags: Array<string>;
406}
407
408/**
409 * WebGPU context

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…