MCPcopy
hub / github.com/tensorflow/playground / constructInputIds

Function constructInputIds

src/playground.ts:889–897  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

887}
888
889function constructInputIds(): string[] {
890 let result: string[] = [];
891 for (let inputName in INPUTS) {
892 if (state[inputName]) {
893 result.push(inputName);
894 }
895 }
896 return result;
897}
898
899function constructInput(x: number, y: number): number[] {
900 let input: number[] = [];

Callers 1

resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…