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

Method modelVersion

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

Source from the content-addressed store, hash-verified

57
58 // Returns the version information for the tensorflow model GraphDef.
59 get modelVersion(): string {
60 return this.version;
61 }
62
63 get inputNodes(): string[] {
64 return this.executor.inputNodes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected