Compute the dot product of two one-dimensional ndarrays.
Constructor for performing a reduction on an input ndarray according to a callback function.
Lp distance between ndarrays
Make sketches in the browser with machine learning.
Compute the dot product of two one-dimensional single-precision floating-point ndarrays.
Compute the cumulative sum of a one-dimensional ndarray.
Apply a unary callback to elements in an input ndarray and assign results to elements in an output ndarray.
Return the index of the last element in a one-dimensional ndarray which passes a test implemented by a predicate function.
Speech-command recognizer in TensorFlow.js,zzz
Used to proctor online tests
Compute the dot product of two one-dimensional double-precision floating-point ndarrays.
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
Return the first index of a specified search element in a one-dimensional ndarray.
Test if a value is a 1-dimensional ndarray-like object.
Given a stride array, determine whether an array is column-major.
Return the last index of a specified search element in a one-dimensional ndarray.
Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.
Compute the cumulative sum of a one-dimensional ndarray using pairwise summation.
Broadcast an input ndarray to a target shape while keeping a list of specified dimensions unchanged.
Broadcast an ndarray to a specified shape.
Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
Return the C data type associated with a provided data type value.
Test if a value is a 2-dimensional ndarray-like object having equal dimensions.
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.