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

Function tensorBoard

tfjs-node/src/callbacks.ts:363–366  ·  view source on GitHub ↗
(
    logdir = './logs', args?: TensorBoardCallbackArgs)

Source from the content-addressed store, hash-verified

361 * @doc {heading: 'TensorBoard', namespace: 'node'}
362 */
363export function tensorBoard(
364 logdir = './logs', args?: TensorBoardCallbackArgs): TensorBoardCallback {
365 return new TensorBoardCallback(logdir, args);
366}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…