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

Function willBeExecuted

tfjs-converter/src/executor/model_analysis.ts:237–238  ·  view source on GitHub ↗
(node: Node|string)

Source from the content-addressed store, hash-verified

235 const willBeExecutedNodeNames =
236 new Set(orderedNodes.map((node) => node.name));
237 const willBeExecuted = (node: Node|string) =>
238 willBeExecutedNodeNames.has(typeof node === 'string' ? node : node.name);
239
240 for (const node of orderedNodes) {
241 for (const child of node.children.filter(willBeExecuted)) {

Callers

nothing calls this directly

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…