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

Method inputs

tfjs-tfdf/src/tfdf_model.ts:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 private readonly assets: string|Blob) {}
69
70 get inputs() {
71 return this.graphModel.inputs;
72 }
73
74 get outputs() {
75 return this.graphModel.outputs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected