MCPcopy Create free account
hub / github.com/tensorflow/tfjs / fileSystem

Function fileSystem

tfjs-node/src/io/file_system.ts:265–267  ·  view source on GitHub ↗
(path: string|string[])

Source from the content-addressed store, hash-verified

263 * JSON file.
264 */
265export function fileSystem(path: string|string[]): NodeFileSystem {
266 return new NodeFileSystem(path);
267}

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…