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

Function isTensorCacheAccessOptions

web/src/artifact_cache.ts:795–799  ·  view source on GitHub ↗
(
  value: string | TensorCacheAccessOptions | undefined,
)

Source from the content-addressed store, hash-verified

793}
794
795function isTensorCacheAccessOptions(
796 value: string | TensorCacheAccessOptions | undefined,
797): value is TensorCacheAccessOptions {
798 return typeof value === "object" && value !== null;
799}
800
801function normalizeCacheAccessOptions(
802 cacheScopeOrOptions: string | TensorCacheAccessOptions | undefined,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…