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

Method print

tfjs-core/src/tensor.ts:473–475  ·  view source on GitHub ↗

* Prints the `tf.Tensor`. See `tf.print` for details. * * @param verbose Whether to print verbose information about the tensor, * including dtype and size. * * @doc {heading: 'Tensors', subheading: 'Classes'}

(verbose = false)

Source from the content-addressed store, hash-verified

471 * @doc {heading: 'Tensors', subheading: 'Classes'}
472 */
473 print(verbose = false): void {
474 return opHandler.print(this, verbose);
475 }
476
477 /**
478 * Returns a copy of the tensor. See `tf.clone` for details.

Callers

nothing calls this directly

Calls 1

printMethod · 0.65

Tested by

no test coverage detected