torch.TypeOptions
export interface TypeOptions {
/** Whether to perform the conversion asynchronously (default: false) */
non_blocking?: boolean;
/** Whether to perform the conversion asynchronously (default: false) */
async?: boolean;
}non_blocking(boolean)optional- – Whether to perform the conversion asynchronously (default: false)
async(boolean)optional- – Whether to perform the conversion asynchronously (default: false)
Options for type conversion