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

Function sparseSegmentSum

tfjs-backend-wasm/src/kernels/SparseSegmentSum.ts:24–29  ·  view source on GitHub ↗
(args: {
  backend: BackendWasm,
  inputs: SparseSegmentSumInputs,
})

Source from the content-addressed store, hash-verified

22import {setup, sparseSegmentReduction} from './SparseSegmentReduction';
23
24function sparseSegmentSum(args: {
25 backend: BackendWasm,
26 inputs: SparseSegmentSumInputs,
27}): TensorInfo {
28 return sparseSegmentReduction(args, false);
29}
30
31export const sparseSegmentSumConfig: KernelConfig = {
32 kernelName: SparseSegmentSum,

Callers

nothing calls this directly

Calls 1

sparseSegmentReductionFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…