MCPcopy Index your code
hub / github.com/tensorflow/tfjs / constructor

Method constructor

tfjs-node/src/tensorboard.ts:26–29  ·  view source on GitHub ↗
(private readonly resourceHandle: Tensor)

Source from the content-addressed store, hash-verified

24 backend: NodeJSKernelBackend;
25
26 constructor(private readonly resourceHandle: Tensor) {
27 ensureTensorflowBackend();
28 this.backend = nodeBackend();
29 }
30
31 /**
32 * Write a scalar summary.

Callers

nothing calls this directly

Calls 2

ensureTensorflowBackendFunction · 0.90
nodeBackendFunction · 0.90

Tested by

no test coverage detected