You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Function} table.default - default strided function
345
339
* @param {StringArray} [table.types] - one-dimensional list of ndarray data types describing specialized output ndarray argument signatures
346
340
* @param {ArrayLikeObject<Function>} [table.fcns] - list of strided functions which are specific to specialized output ndarray argument signatures
347
-
* @param {ArrayLikeObject<StringArray>} odtypes - list containing lists of supported output data types for each ndarray argument
348
-
* @param {Object} policies - policies
349
-
* @param {string} policies.output - output data type policy
341
+
* @param {ArrayLikeObject<StringArray>} idtypes - list containing lists of supported input data types for each ndarray argument
342
+
* @param {StringArray} odtypes - list of supported output data types
350
343
* @param {Options} [options] - function options
351
344
* @param {boolean} [options.strictTraversalOrder=false] - boolean specifying whether to require that element traversal match the memory layout of an output ndarray
352
345
* @throws {TypeError} first argument must be an object having valid properties
353
346
* @throws {Error} first argument must be an object having valid properties
354
347
* @throws {TypeError} second argument must be an array containing arrays of supported data types
355
-
* @throws {TypeError} third argument must be an object having supported policies
348
+
* @throws {TypeError} third argument must be an array of supported data types
356
349
* @throws {TypeError} options argument must be an object
357
350
* @throws {TypeError} must provide valid options
358
351
* @returns {Function} function for applying a strided function an ndarray
0 commit comments