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

Method metadata

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

Source from the content-addressed store, hash-verified

81 }
82
83 get metadata(): {} {
84 return this.artifacts.userDefinedMetadata;
85 }
86
87 get modelSignature(): {} {
88 return this.signature;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected