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

Method constructor

tfjs-tfdf/src/tfdf_model.ts:66–68  ·  view source on GitHub ↗
(
      private readonly graphModel: GraphModel|GraphModel<io.IOHandlerSync>,
      private readonly assets: string|Blob)

Source from the content-addressed store, hash-verified

64 */
65export class TFDFModel implements InferenceModel {
66 constructor(
67 private readonly graphModel: GraphModel|GraphModel<io.IOHandlerSync>,
68 private readonly assets: string|Blob) {}
69
70 get inputs() {
71 return this.graphModel.inputs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected