MCPcopy
hub / github.com/tensorflow/tfjs / names

Method names

tfjs-layers/src/engine/executor.ts:128–130  ·  view source on GitHub ↗

* Get all the SymbolicTensor available in this FeedDict.

()

Source from the content-addressed store, hash-verified

126 * Get all the SymbolicTensor available in this FeedDict.
127 */
128 names(): string[] {
129 return Object.keys(this.name2Id);
130 }
131
132 /**
133 * Get the feed value for given key.

Callers 2

executeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected