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

Method inputNodes

tfjs-converter/src/executor/graph_model.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 get inputNodes(): string[] {
64 return this.executor.inputNodes;
65 }
66
67 get outputNodes(): string[] {
68 return this.executor.outputNodes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected