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

Interface InputFeature

src/playground.ts:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60interface InputFeature {
61 f: (x: number, y: number) => number;
62 label?: string;
63}
64
65let INPUTS: {[name: string]: InputFeature} = {
66 "x": {f: (x, y) => x, label: "X_1"},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…