docs: add quixzoom-auth-core product to AAMOS
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
This commit is contained in:
Generated
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
import { TensorToDataUrlOptions, TensorToImageDataOptions } from './tensor-conversion.js';
|
||||
import { Tensor } from './tensor.js';
|
||||
/**
|
||||
* implementation of Tensor.toDataURL()
|
||||
*/
|
||||
export declare const tensorToDataURL: (tensor: Tensor, options?: TensorToDataUrlOptions) => string;
|
||||
/**
|
||||
* implementation of Tensor.toImageData()
|
||||
*/
|
||||
export declare const tensorToImageData: (tensor: Tensor, options?: TensorToImageDataOptions) => ImageData;
|
||||
//# sourceMappingURL=tensor-conversion-impl.d.ts.map
|
||||
Reference in New Issue
Block a user