MCPcopy
hub / github.com/tensorflow/tfjs / call

Method call

tfjs-layers/src/models.ts:582–587  ·  view source on GitHub ↗
(inputs: Tensor|Tensor[], kwargs: Kwargs)

Source from the content-addressed store, hash-verified

580 }
581
582 override call(inputs: Tensor|Tensor[], kwargs: Kwargs): Tensor|Tensor[] {
583 if (this.model == null) {
584 this.build();
585 }
586 return this.model.call(inputs, kwargs);
587 }
588
589 override build(inputShape?: Shape|Shape[]) {
590 // Call `getExactlyOneShape` without using its return value,

Callers 3

clearDisplayFunction · 0.45
executeOpFunction · 0.45

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected