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

Method inputNodes

tfjs-converter/src/executor/graph_executor.ts:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 get inputNodes(): string[] {
109 return this._inputs.map(node => node.signatureKey || node.name);
110 }
111
112 get outputNodes(): string[] {
113 return this._outputs.map((node) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected