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

Method inputs

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

Source from the content-addressed store, hash-verified

69 }
70
71 get inputs(): TensorInfo[] {
72 return this.executor.inputs;
73 }
74
75 get outputs(): TensorInfo[] {
76 return this.executor.outputs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected