FunctiontruncatedNormalVariable(
shape: Shape, mean = 0.0, stddev = 1.0, dtype?: DataType, seed?: number,
name = 'truncatedNormal')
tfjs-layers/src/variables.ts:252
FunctionunsortedSegmentSum_* Computes the sum along segments of a `tf.Tensor`. * * ```js * const x = tf.tensor1d([1, 2, 3, 4]); * const segmentIds = tf.tensor1d([1, 2, 0, 1]
tfjs-core/src/ops/unsorted_segment_sum.ts:47
Functionunstack_* Unstacks a `tf.Tensor` of rank-`R` into a list of rank-`(R-1)` `tf.Tensor`s. * * ```js * const a = tf.tensor2d([1, 2, 3, 4], [2, 2]); * * tf.un
tfjs-core/src/ops/unstack.ts:43
FunctionuploadDenseMatrixToTexture(
gl: WebGLRenderingContext, texture: WebGLTexture, width: number,
height: number, data: TypedArray, t
tfjs-backend-webgl/src/gpgpu_util.ts:181