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

Function TensorValue3x4Float

tfjs-core/src/ops/sparse/sparse_segment_mean_test.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20import {expectArraysClose} from '../../test_util';
21
22function TensorValue3x4Float() {
23 return tf.tensor2d([[1, 2, 3, 4], [-1, -2, -3, -4], [6, 7, 8, 9]]);
24}
25
26function TensorValue3x4Integer() {
27 return tf.tensor2d(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…