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

Function f

tfjs-core/src/ops/split_test.ts:72–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 it('multiple negative number throws error', () => {
71 const x = tf.tensor2d([1, 2, 3, 4, 5, 6, 7, 8], [2, 4]);
72 const f = () => tf.split(x, [1, -1, -1], 1);
73 expect(f).toThrowError();
74 });
75 it('sizes to not sum to axis size throws error', () => {

Callers

nothing calls this directly

Calls 1

splitMethod · 0.65

Tested by

no test coverage detected