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

Method constructor

tfjs-node/src/saved_model.ts:199–202  ·  view source on GitHub ↗
(
      private sessionId: number, private jsid: number,
      private signature: SignatureDefEntry,
      private backend: NodeJSKernelBackend)

Source from the content-addressed store, hash-verified

197 private disposed = false;
198 private outputNodeNames_: {[key: string]: string};
199 constructor(
200 private sessionId: number, private jsid: number,
201 private signature: SignatureDefEntry,
202 private backend: NodeJSKernelBackend) {}
203
204 /**
205 * Return the array of input tensor info.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected