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

Method functions

tfjs-converter/src/executor/graph_executor.ts:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 get functions(): {[key: string]: ISignatureDef} {
120 return Object.keys(this._functions).reduce((map, key) => {
121 map[key] = this._functions[key].signature;
122 return map;
123 }, {} as {[key: string]: ISignatureDef});
124 }
125
126 /**
127 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected