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

Method modelSignature

tfjs-converter/src/executor/graph_model.ts:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 get modelSignature(): {} {
88 return this.signature;
89 }
90
91 get modelStructuredOutputKeys(): {} {
92 return this.structuredOutputKeys;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected